Re: ant reload

2005-11-01 Thread Tamas Hegedus
Yes. Please find in the attachment. Raghupathy,Gurumoorthy wrote: Can you send the build.xml and build.properties ? -Original Message- From: Tamas Hegedus [mailto:[EMAIL PROTECTED] Sent: 01 November 2005 15:35 To: Tomcat Users List Subject: Re: ant reload Hmm. Yes, that could be

RE: ant reload

2005-11-01 Thread Raghupathy,Gurumoorthy
Can you send the build.xml and build.properties ? -Original Message- From: Tamas Hegedus [mailto:[EMAIL PROTECTED] Sent: 01 November 2005 15:35 To: Tomcat Users List Subject: Re: ant reload Hmm. Yes, that could be the problem. Now I tried to figure out how the developing environment

Re: ant reload

2005-11-01 Thread Tamas Hegedus
To: Tomcat Users List Subject: Re: ant reload Dear Robert, Although, I could not find a good doc for context.xml I tried your context path solution. 1. It works the same way. 2. You wrote: "That should stop the application from being copied." BUT: I want to copy the new version of

RE: ant reload

2005-11-01 Thread Caldarale, Charles R
> From: Tamas Hegedus [mailto:[EMAIL PROTECTED] > Subject: Re: ant reload > > Although, I could not find a good doc for context.xml Hidden in plain sight: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/

RE: ant reload

2005-11-01 Thread Raghupathy,Gurumoorthy
[mailto:[EMAIL PROTECTED] Sent: 01 November 2005 14:40 To: Tomcat Users List Subject: Re: ant reload Dear Robert, Although, I could not find a good doc for context.xml I tried your context path solution. 1. It works the same way. 2. You wrote: "That should stop the application from being c

Re: ant reload

2005-11-01 Thread Tamas Hegedus
Dear Robert, Although, I could not find a good doc for context.xml I tried your context path solution. 1. It works the same way. 2. You wrote: "That should stop the application from being copied." BUT: I want to copy the new version of classes and reload tomcat. The easiest way at this moment

Re: ant reload

2005-11-01 Thread Robert Parsons
You'll probably find that your web application is being copied into tomcats folder on install. So when you compile your new classes and reload, it just reloads the web-app from its own copy (which is still old). Try creating a context.xml file in META-INF that looks something like this: ...