ant emulation of Upload a WAR file to install

2004-02-23 Thread Dean A. Hoover
I am using ant 1.6 and tomcat 4.1.29. I have set my webapps directory to someplace other than the usual place. When I use the /manager/html/list application through my browser, I can use the Upload a WAR file to install form to put my war file in the webapps directory, unpack it and run it. This

Re: ant emulation of Upload a WAR file to install

2004-02-23 Thread Adam Hardy
On 02/23/2004 03:04 PM Dean A. Hoover wrote: I am using ant 1.6 and tomcat 4.1.29. I have set my webapps directory to someplace other than the usual place. When I use the /manager/html/list application through my browser, I can use the Upload a WAR file to install form to put my war file in the

Re: ant emulation of Upload a WAR file to install

2004-02-23 Thread Dean A. Hoover
Thanks. I'll give that a try... when does tomcat notice the war file? Adam Hardy wrote: On 02/23/2004 03:04 PM Dean A. Hoover wrote: I am using ant 1.6 and tomcat 4.1.29. I have set my webapps directory to someplace other than the usual place. When I use the /manager/html/list application

RE: ant emulation of Upload a WAR file to install

2004-02-23 Thread Lerias, Hugo
This says everything...Excerpt from http://www.devx.com/Java/Article/17908/0/page/4 Tomcat does not detect changes to the WAR archive, so it does not automatically deploy new versions of an application when new WAR files are copied over old ones in the Tomcat deploy directory (except in the case

RE: ant emulation of Upload a WAR file to install

2004-02-23 Thread Shapira, Yoav
Howdy, This says everything...Excerpt from http://www.devx.com/Java/Article/17908/0/page/4 Tomcat does not detect changes to the WAR archive, so it does not automatically deploy new versions of an application when new WAR files are copied over old ones in the Tomcat deploy directory (except in

Re: ant emulation of Upload a WAR file to install

2004-02-23 Thread Dean A. Hoover
Shapira, Yoav wrote: Howdy, This says everything...Excerpt from http://www.devx.com/Java/Article/17908/0/page/4 Tomcat does not detect changes to the WAR archive, so it does not automatically deploy new versions of an application when new WAR files are copied over old ones in the Tomcat

RE: ant emulation of Upload a WAR file to install

2004-02-23 Thread Shapira, Yoav
Howdy, - The article was written prior to the release of tomcat 5 stable, which contains behavioral changes in this area. Like what? I am using 4.1.29 and ant 1.6. All I want to do is emulate the behavior of the upload war file form in the browser manager. I do not seem to be able to do that