Re: Tomcat 5 and Ant install/reload/remove

2003-03-22 Thread Paul Campbell
Thanks Guys, that has sorted that out. Thanks very much and sorry for the confusion. On Sat, Mar 22, 2003 at 11:24:25AM -0600, Jacob Kjome wrote: > > You are missing the point of using the ant install task. It installs your > app from wherever it is on the file system. If you copy stuff into

Re: Tomcat 5 and Ant install/reload/remove

2003-03-22 Thread Jacob Kjome
You are missing the point of using the ant install task. It installs your app from wherever it is on the file system. If you copy stuff into the webapps directory, you have done a more permanent install. You can't do both of these at once. So, either copy the contents of your webapp to the "

RE: Tomcat 5 and Ant install/reload/remove

2003-03-22 Thread Jeff Jensen
[EMAIL PROTECTED] > Subject: Tomcat 5 and Ant install/reload/remove > > > Following the docs for the deployment process I created a > simple HelloWorld > servlet. > > I cannot be certain, but I believe, proir to running ant > install, I manually > copied the servlet director

Tomcat 5 and Ant install/reload/remove

2003-03-22 Thread Paul Campbell
Following the docs for the deployment process I created a simple HelloWorld servlet. I cannot be certain, but I believe, proir to running ant install, I manually copied the servlet directory to TOMCAT/webapps/HelloWorld. After running ant install the servlet ran perfectly. However, modifting the