Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 52932 invoked from network); 10 Dec 2003 19:03:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Dec 2003 19:03:54 -0000 Received: (qmail 43285 invoked by uid 500); 10 Dec 2003 19:03:25 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 43269 invoked by uid 500); 10 Dec 2003 19:03:25 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 43254 invoked from network); 10 Dec 2003 19:03:25 -0000 Received: from unknown (HELO tomts16-srv.bellnexxia.net) (209.226.175.4) by daedalus.apache.org with SMTP; 10 Dec 2003 19:03:25 -0000 Received: from athlon ([65.93.0.181]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031210190328.IDDF28348.tomts16-srv.bellnexxia.net@athlon> for ; Wed, 10 Dec 2003 14:03:28 -0500 Message-ID: <002401c3bf50$5e89bd80$0d02a8c0@athlon> From: "Rhino" To: "Tomcat Users List" References: <3FD74F7E.1060609@companyconfidential.com> Subject: Re: question on manager application Date: Wed, 10 Dec 2003 14:03:59 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm not sure I understand your question. I deploy WAR files regularly to a remote Tomcat4 and it's very easy: 1. Go to the Manager application in your remote Tomcat. 2. If there is already an old version of the servlet on your remote Tomcat, remove the old version of the servlet using the Remove command that is on the same line as the context name in the Applications table. 3. Use the "Upload a WAR file to install" section to install the new version of the WAR file. Use the Browse button to find the WAR file on *your* system, then click the Install button. It may take a few seconds for the Install to complete, depending on the size of the WAR file but when it is done, the Message area near the top of the Manager application will tell you that the installation was successful (unless your WAR file has problems in it; then you'll get an error message.) Tomcat takes care of all the expanding of the WAR file for you if you do it this way. Rhino ----- Original Message ----- From: "T C K" To: Sent: Wednesday, December 10, 2003 11:53 AM Subject: question on manager application > I am in need to deploy a WAR file to a remote Tomcat4 > and need to have the WAR file expanded. Any pointers > as to what the URL to the manager app would look like (i.e > the 'war' parameter - btw, what's the difference between file:/.../foo.war > and jar:file:/.../foo.war!/ ???) and to expand the archive? > > tia > > -t > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org