Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 47973 invoked from network); 29 Aug 2006 14:56:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2006 14:56:42 -0000 Received: (qmail 29046 invoked by uid 500); 29 Aug 2006 14:56:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 29027 invoked by uid 500); 29 Aug 2006 14:56:29 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 29016 invoked by uid 99); 29 Aug 2006 14:56:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 07:56:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [83.236.232.74] (HELO mail.asci-systemhaus.de) (83.236.232.74) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 07:56:28 -0700 Received: from ox (localhost [127.0.0.1]) by mail.asci-systemhaus.de (Postfix) with ESMTP id 553181CAAE for ; Tue, 29 Aug 2006 16:56:06 +0200 (CEST) Message-ID: <3445873.241156863366345.OPEN-XCHANGE.WebMail.wwwrun@ox> Date: Tue, 29 Aug 2006 16:56:06 +0200 (CEST) From: Ingmar Loetzsch To: Tomcat Users List Subject: Re: Eclipse: Deploying To Tomcat In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Priority: 3 (normal) X-Mailer: OPEN-XCHANGE 0.8.0-5 - WebMail X-Operating-System: Linux 2.6.8-24.21-smp i386 (JVM 1.4.2_11) Organization: ASCI Systemhaus GmbH References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I don't now a guide and I'm not using Maven. You may try 1st way: Preferences - Server - Installed Runtimes - Add ... project node - right click - Debug On Server Every time a file changes, Tomcat reloads the app. Temporary location of deployed files is ...\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps I experienced some difficulties in using log4j. log4j.properties were not found in WEB-INF/classes. During development put log4j.properties in ECLIPSE_HOME oder use absolute path or ask for a better solution. toogle browser intern/extern: Window - Browser In view Servers you may add and remove applications, start, restart, ... servers. 2nd way: use Sysdeo tomcat plugin Am Di 29.08.2006 16:16 schrieb Douglas Ferguson : > Anybody know of a good guide to using WTP to deploy to tomcat? > > I'm current replacing my ant scripts with maven and have lost the ability to do a "file deploy", i.e. just jsps and not entire war file. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org