RE: deploy war file

2004-11-03 Thread Steve Kirk
-Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Monday 01 November 2004 19:42 To: [EMAIL PROTECTED] Subject: deploy war file Hello, I am using Tomcat 4.1 on Win2000. I have a web application that has been running for a while that has an entry in the server.xml

deploy war file

2004-11-01 Thread Scott Purcell
Hello, I am using Tomcat 4.1 on Win2000. I have a web application that has been running for a while that has an entry in the server.xml file for reloading etc. Anyway, I am beginning to create a .war file for the code, using ant. I have read the docs, and it seems easy that one should put the

Re: deploy war file

2004-11-01 Thread Wendy Smoak
From: Scott Purcell [EMAIL PROTECTED] Anyway, I am beginning to create a .war file for the code, using ant. I have read the docs, and it seems easy that one should put the .war file under the webapps directory and restart the server. I do this, but get no luck. IME, Tomcat will not auto-expand

RE: deploy war file

2004-11-01 Thread Scott Purcell
call it from the cmd line? Thanks, Scott -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 2:05 PM To: Tomcat Users List Subject: Re: deploy war file From: Scott Purcell [EMAIL PROTECTED] Anyway, I am beginning to create a .war file

RE: deploy war file

2004-11-01 Thread Ben Souther
Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 2:05 PM To: Tomcat Users List Subject: Re: deploy war file From: Scott Purcell [EMAIL PROTECTED] Anyway, I am beginning to create a .war file for the code, using ant. I have read the docs, and it seems easy that one should

Re: deploy war file

2004-11-01 Thread Wendy Smoak
From: Scott Purcell [EMAIL PROTECTED] I have removed the full directory structure under my merchant.jar so (merchant) directory and restarted, but it did not work either. If you stop Tomcat, remove the entire directory structure under webapps, and restart with a .war file present in webapps, it

Re: How to deploy war file dynamically, like JBOSS

2001-08-14 Thread Yoji Hatano
Thank you for reply. But I've already read it. It is command for TOMCAT 4. In our system, we'll use TOMCAT 3. Although JBOSS use TOMCAT 3.2, it is possible to deploy war file dynamically in jboss-tomcat(3.2) environment. --- - Original Message

Re: How to deploy war file dynamically, like JBOSS

2001-08-13 Thread James Bromberger
Perhaps this will help: http://www.jguru.com/faq/view.jsp?EID=455587 [EMAIL PROTECTED] 08/14/01 02:01pm Hi, In our system, we'll use TOMCAT 3.2. And we want to deploy war file dynamically without restarting TOMCAT. Is it possible? From the document of TOMCAT 3.2, it seems that there is no way