Re: catalina-ant reload task doesn't work

2014-04-01 Thread Mark Thomas
> > ? > Martin > > _ > > > > > > >> Date: Fri, 28 Mar 2014 18:21:42 -0700 >> Subject: catalina-ant reload task doesn't work >> From: catph...@catphive.net >> To: users@tomcat.apache.org >> >> Using

Re: catalina-ant reload task doesn't work

2014-03-29 Thread Brendan Miller
ler wrote: > > Using the tasks from the example ant script at: > > http://tomcat.apache.org/tomcat-8.0-doc/appdev/build.xml.txt > > > > I have can deploy and undeploy from ant. However, the "reload" task > > doesn't seem to do anything. > > > &g

Re: catalina-ant reload task doesn't work

2014-03-29 Thread Christopher Schultz
d" task > doesn't seem to do anything. > > I make changes to java and html files, run "ant reload" which > triggers the reload task. Ant reports success. I browse to the site > and my changes aren't reflected. undeploy followed by deploy > works. Are you

RE: catalina-ant reload task doesn't work

2014-03-28 Thread Martin Gainty
$/CATALINA_HOME/conf/server.xml autoDeploy=true https://tomcat.apache.org/tomcat-6.0-doc/config/host.html ? Martin _ > Date: Fri, 28 Mar 2014 18:21:42 -0700 > Subject: catalina-ant reload task doesn't work > From: catph...@catphive.net > To: users@

catalina-ant reload task doesn't work

2014-03-28 Thread Brendan Miller
Using the tasks from the example ant script at: http://tomcat.apache.org/tomcat-8.0-doc/appdev/build.xml.txt I have can deploy and undeploy from ant. However, the "reload" task doesn't seem to do anything. I make changes to java and html files, run "ant reload" which

ant reload issue

2006-03-31 Thread Jesus Antonio Sanchez Antunez
Hi. When I compile some classes using the ant task ReloadTask from the sample build.xml, it doesn't reload the new compiled classes in tomcat. The only way that I found it does that is when I remove and reinstall the app. Is that the normal behaviour, or am I doing something wrong. Thanks

ant reload

2006-03-16 Thread Jesus Antonio Sanchez Antunez
Hi. When I compiled some classes using the ant task ReloadTask from the sample build.xml, it doesn't reload the new compiled classes in tomcat. The only way that I found it does that is when I remove and reinstall the app. Do I have to wait for that behaviour, or am I doing something wrong.

ant reload question

2006-03-06 Thread Jesus Antonio Sanchez Antunez
Hi. When I compiled some classes using the ant task ReloadTask from the sample build.xml, it doesn't reload the new compiled classes in tomcat. The only way that I found it does that is when I remove and reinstall the app. Do I have to wait for that behaviour, or am I doing something wrong.

ant reload question

2006-03-04 Thread Jesus Antonio Sanchez Antunez
Hi. When I compiled some classes using the ant task ReloadTask from the sample build.xml, it doesn't reload the new compiled classes in tomcat. The only way that I found it does that is when I remove and reinstall the app. Do I have to wait for that behaviour, or am I doing something wrong. Thank

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
hope that helps. -Robert. Tamas Hegedus wrote: Hi, After src/*.java modification I do an "ant compile", "ant reload". Nothing happens. Old class files not overwritten. If I do "ant remove" followed by "ant install": everything is OK (refreshed). Do yo

Re: ant reload

2005-11-01 Thread Robert Parsons
this: ... That should stop the application from being copied. I hope that helps. -Robert. Tamas Hegedus wrote: Hi, After src/*.java modification I do an "ant compile", "ant reload". Nothing happens. Old class files not overwritten. If I do "ant remove" followed

ant reload

2005-10-31 Thread Tamas Hegedus
Hi, After src/*.java modification I do an "ant compile", "ant reload". Nothing happens. Old class files not overwritten. If I do "ant remove" followed by "ant install": everything is OK (refreshed). Do you know what can I miss? I am using: jdk1.5.0_05