Re: tomcat 5.5.9 not recompiling JSPs

2005-08-22 Thread Sean Rowe
I saw this just today. I did some digging and realized that my application context file, usually found under $ CATALNA_HOME/conf/Catalina/localhost was messed up. After I fixed whatever problem it was, I was able to deploy again. Michal Kwiatek wrote: Hello, I have a problem with tomcat

RE: tomcat 5.5.9 not recompiling JSPs

2005-08-22 Thread Michal Kwiatek
: Sean Rowe [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 8:32 AM To: Tomcat Users List Subject: Re: tomcat 5.5.9 not recompiling JSPs I saw this just today. I did some digging and realized that my application context file, usually found under $ CATALNA_HOME/conf/Catalina

Re: tomcat 5.5.9 not recompiling JSPs

2005-08-22 Thread Mark Hagger
I had a similar problem, I wouldn't go so far as to say I have a solution, but fiddling with the tomcat/conf/web.xml file to have the following in its jsp section seemed to help a bit (currently used for our demo level systems): servlet servlet-namejsp/servlet-name

Re: tomcat 5.5.9 not recompiling JSPs

2005-08-22 Thread Paul Singleton
Mark Hagger wrote: ... Although to be honest I suspect that the best solution for production boxes is to pre-compile all jsps into the war file anyway. Is this possible? Don't different containers store the compiled pages in different places, with different names? Paul Singleton -- No

RE: tomcat 5.5.9 not recompiling JSPs

2005-08-22 Thread Allistair Crossley
compiled pages are just classes, and so long as they are mapped correctly in the web.xml you'll be ok. -Original Message- From: Paul Singleton [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 15:13 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: tomcat 5.5.9 not recompiling

RE: tomcat 5.5.9 not recompiling JSPs

2005-08-22 Thread Michal Kwiatek
] Sent: Monday, August 22, 2005 3:21 PM To: Tomcat Users List Subject: Re: tomcat 5.5.9 not recompiling JSPs I had a similar problem, I wouldn't go so far as to say I have a solution, but fiddling with the tomcat/conf/web.xml file to have the following in its jsp section seemed to help a bit