RE: JSP changes cause web app reload in 5.5?

2004-12-15 Thread Allistair Crossley
:04 To: Tomcat Developers List Subject: RE: JSP changes cause web app reload in 5.5? I had a quick go at this like you probably did with something simple, and there is certainly no web application reload in this circumstance. The web application in question is configured with JNDI

Re: JSP changes cause web app reload in 5.5?

2004-12-15 Thread Remy Maucherat
Allistair Crossley wrote: Our build file was secretly copying web.xml to the web application causing a web app reload. I think earlier versions (like 5.0.x) used to watch web.xml as well. If you don't like the feature, you can edit the list of watched resources in conf/context.xml. Rmy

RE: JSP changes cause web app reload in 5.5?

2004-12-15 Thread Allistair Crossley
: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: 15 December 2004 13:57 To: Tomcat Developers List Subject: Re: JSP changes cause web app reload in 5.5? Allistair Crossley wrote: Our build file was secretly copying web.xml to the web application causing a web app reload. I think

JSP changes cause web app reload in 5.5?

2004-12-14 Thread Allistair Crossley
Hi Remy, I have a quick question that I'd like to ask that I don't think anyone on the user list is going to be able to answer ... Myself and my developers have noticed that with our new 5.5 development Tomcats changes to JSPs now cause Tomcat to reload our web applications. This causes

RE: JSP changes cause web app reload in 5.5?

2004-12-14 Thread Allistair Crossley
for you asap. Cheers, Allistair -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tue 14/12/2004 17:07 To: Tomcat Developers List Cc: Subject: Re: JSP changes cause web app reload in 5.5

Re: JSP changes cause web app reload in 5.5?

2004-12-14 Thread Sandy McArthur
On Dec 14, 2004, at 11:17 AM, Allistair Crossley wrote: changes to JSPs now cause Tomcat to reload our web applications. Could be deploying the webapp from the same working directory that your IDE uses? Maybe when you think you are only saving the changed jsp you are also modifying the last mod

RE: JSP changes cause web app reload in 5.5?

2004-12-14 Thread Allistair Crossley
. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tue 14/12/2004 17:07 To: Tomcat Developers List Cc: Subject: Re: JSP changes cause web app reload in 5.5? Allistair Crossley wrote

Re: JSP changes cause web app reload in 5.5?

2004-12-14 Thread Remy Maucherat
Allistair Crossley wrote: Thinking about it harder, I can say with 85% surity that this started happening with around 5.5.4 (since I always upgrade our test server on the day of a new Tomcat release). Sigh. Well, of course, it was broken with earlier builds, because in some cases reloading was

Re: JSP changes cause web app reload in 5.5?

2004-12-14 Thread Remy Maucherat
Allistair Crossley wrote: Myself and my developers have noticed that with our new 5.5 development Tomcats changes to JSPs now cause Tomcat to reload our web applications. I cannot reproduce this. Is this expected behaviour? Perhaps the new JDT compiler? Can it be stopped without using