RE: JSP's not recompiling

2006-12-18 Thread Johnson, David
.jsp (version 2) and so does not recompile. If answer is yes, than you can start fixing your scripts to correctly update timestamps:) Whatever, compare the .class timestamp to the .jsp timestamp and check the .jsp is really timestamped as newer than .class file. Johnson, David a écrit : > We

RE: JSP's not recompiling

2006-12-18 Thread Johnson, David
s not recompiling Maybe this is not the problem, but, did you turn on Servlet reloading? http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Servlet-Reloading Hope this helps. On 12/18/06, Johnson, David d.johnson-at-cranfield.ac.uk |tomcat| < hh49jagu9t0t...> wrote: > > We'

JSP's not recompiling

2006-12-18 Thread Johnson, David
We're having some issues with JSP files not being recompiled when they should be, and was wondering if anyone can shed some light on it. We have Jasper set up in development mode, with the following in conf/web.xml: jsp org.apache.jasper.servlet.JspServlet fork

Auto-deploying to multi-level context paths

2006-10-30 Thread Johnson, David
Is there any way to set up an application so that the auto-deployer will place it at a context path containing more than one level? For example, I want my application at /hr/policies. I can setup the context like this in server.xml, but this is bad because I would need a server restart to change