Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 47912 invoked from network); 4 Sep 2007 15:35:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 15:35:34 -0000 Received: (qmail 43782 invoked by uid 500); 4 Sep 2007 15:35:22 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 43766 invoked by uid 500); 4 Sep 2007 15:35:22 -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 43746 invoked by uid 99); 4 Sep 2007 15:35:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 08:35:22 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [81.228.11.168] (HELO pne-smtpout4-sn1.fre.skanova.net) (81.228.11.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 15:35:16 +0000 Received: from ichaos.ichaos-int (80.220.141.202) by pne-smtpout4-sn1.fre.skanova.net (7.2.075) id 45C775BA009A1BE4 for users@tomcat.apache.org; Tue, 4 Sep 2007 17:34:53 +0200 Received: from [127.0.0.1] (chaos.ichaos-int [192.168.105.33]) by ichaos.ichaos-int (8.12.8/8.12.8) with ESMTP id l84FYq9R032371 for ; Tue, 4 Sep 2007 18:34:53 +0300 Message-ID: <46DD7C1B.2080800@iki.fi> Date: Tue, 04 Sep 2007 18:39:07 +0300 From: Juha Laiho User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: an easier way to deploy war file? References: <12473298.post@talk.nabble.com> In-Reply-To: <12473298.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000772-2, 04.09.2007), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Angelo Chen wrote: > I use Tomcat 5.5, I installed it in an ubuntu, I have to start it as root > with startup.sh. to deplay a war file during development I have to do > following: > > 1. ftp to my home directory > 2. ssh to the host as root, shutdown.sh > 3. delete the program directory under webapps > 4. copy war file from my home directory to webapps/ > 5. start again tomcat server. > > any easy way to do this? Thanks. The Tomcat manager app simplifies this significantly. Take a look, and check whether you can use it: http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html -- ..Juha --------------------------------------------------------------------- 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