Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 58833 invoked from network); 29 Feb 2004 19:11:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Feb 2004 19:11:31 -0000 Received: (qmail 21173 invoked by uid 500); 29 Feb 2004 19:10:55 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 21093 invoked by uid 500); 29 Feb 2004 19:10:54 -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 21066 invoked from network); 29 Feb 2004 19:10:53 -0000 Received: from unknown (HELO mx-mtaout02.mts.net) (142.161.130.102) by daedalus.apache.org with SMTP; 29 Feb 2004 19:10:53 -0000 Received: from barrykpc ([206.45.167.6]) by mx-mtaout02.mts.net with SMTP id <20040229191056.GSGG17708.mx-mtaout02.mts.net@barrykpc> for ; Sun, 29 Feb 2004 13:10:56 -0600 MIME-Version: 1.0 Message-Id: <40423935.000001.02524@barrykpc> Date: Sun, 29 Feb 2004 13:10:45 -0600 (Central Standard Time) Content-Type: Multipart/related; type="multipart/alternative"; boundary="------------Boundary-00=_X91VQL80000000000000" X-Mailer: IncrediMail 2001 (2001138.2001138) From: "Barry Kimelman" References: <20040229173920.73438.qmail@web40611.mail.yahoo.com> X-FID: BA285063-5BCE-11D4-AF8D-0050DAC67E11 X-FVER: X-FIT: X-FCOL: X-FCAT: X-FDIS: X-BG: <0BAEE798-1F5D-401D-95E1-698270F6DDE1> X-BGT: repeat X-BGC: #eff3f7 X-BGPX: left X-BGPY: 0px X-ASN: ANIM3D00-NONE-0000-0000-000000000000 X-ASNF: 0 X-ASH: ANIM3D00-NONE-0000-0000-000000000000 X-ASHF: 1 X-AN: 6486DDE0-3EFD-11D4-BA3D-0050DAC68030 X-ANF: 0 X-AP: 6486DDE0-3EFD-11D4-BA3D-0050DAC68030 X-APF: 1 X-AD: C3C52140-4147-11D4-BA3D-0050DAC68030 X-ADF: 0 X-AUTO: X-ASN,X-ASH,X-AN,X-AP,X-AD X-CNT: ; X-Priority: 3 To: Subject: Re: Deployment: admin vs manager 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 --------------Boundary-00=_X91VQL80000000000000 Content-Type: Multipart/Alternative; boundary="------------Boundary-00=_X91VLVC0000000000000" --------------Boundary-00=_X91VLVC0000000000000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am using Tomcat 5.0.16 under Linux Redhat9.=0D =0D I am relatively new to Tomcat myself but I have found that it is easier t= o use the "ant" command from your command line prompt to install (ie. deplo= y) a Tomcat application.=0D =0D In either case I use the command "ant dist" command to compile my application and prepare a .WAR distribution file. Next I simply use the a= nt command line "ant install" to deploy my application,=0D =0D If you want to access the Manager application via your browser you could always enter a URL like the following :=0D =0D Http://localhost:8080/manager/deploy?path=3D/&war=3Dfile:/home/b= kimelman /dist/.war=0D =0D It seems to me that the easier wau to go is to use Ant from your command line.=0D =0D *************************=0D =0D Barry Kimelman=0D Winnipeg, Manitoba, Canada=0D =0D -------Original Message-------=0D =0D From: Tomcat Users List=0D Date: Sunday, February 29, 2004 11:39:31 AM=0D To: tomcat-user@jakarta.apache.org=0D Subject: Deployment: admin vs manager=0D =0D Should I deploy apps with the manager or admin=0D interface?=0D =0D With the manager interface, it is easier, because I=0D can also specify my application.xml and therefor do=0D not have to configure my datasources manually. But,=0D using the manager interface, everytime I restart=0D Tomcat, I have to re-install the apps also - the=0D context is lost (the applications are not stored under=0D the webapps dir - the sysop wants everyone's apps in=0D his own homedir).=0D =0D So which interface must I use for deployment and how=0D can I overcome the problem mentioned above?=0D =0D Thanks=0D =0D =0D __________________________________=0D Do you Yahoo!?=0D Get better spam protection with Yahoo! Mail.=0D http://antispam.yahoo.com/tools=0D =0D ---------------------------------------------------------------------=0D To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org=0D For additional commands, e-mail: tomcat-user-help@jakarta.apache.org=0D =0D =2E --------------Boundary-00=_X91VLVC0000000000000 Content-Type: Text/HTML; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am using Tomcat 5.0.16 under Linux Redhat9.
 
I am relatively new to Tomcat myself but I have found that it is eas= ier to use the "ant" command from your command line prompt to install (ie= =2E deploy) a Tomcat application.
 
In either case I use the command "ant dist" command to compile = my application and prepare a .WAR distribution file. Next I simply use th= e ant command line "ant install" to deploy my application,
 
If you want to access the Manager application via your browser you c= ould always enter a URL like the following :

&war=3Dfile:/home= /bkimelman//dist/.war">Http:/= /localhost:8080/manager/deploy?path=3D/
<appname>&war=3Dfile:/home/= bkimelman/<application-directory>/dist/<appname><appversio= n>.war
 
It seems to me that the easier wau to go is to use Ant from your com= mand line.
 
*************************
 
Barry Kimelman
Winnipeg, Manitoba, Canada
-------Original Message-------
 
Date: Sunday, Febr= uary 29, 2004 11:39:31 AM
To: tomcat-user@jakarta.apache.org
Subject: Deploymen= t: admin vs manager
 
Should I deploy apps with the manager or admin
interface?
 
With the manager interface, it is easier, because I
can also specify my application.xml and therefor do
not have to configure my datasources manually. But,
using the manager interface, everytime I restart
Tomcat, I have to re-install the apps also - the
context is lost (the applications are not stored under
the webapps dir - the sysop wants everyone's apps in
his own homedir).
 
So which interface must I use for deployment and how
can I overcome the problem mentioned above?
 
Thanks
 
 
__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
 
--------------------------------------------------------------------= -
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
 
.

has notified the sender that this message has been received.

--------------Boundary-00=_X91VLVC0000000000000-- --------------Boundary-00=_X91VQL80000000000000--