JSP pages in webapps/ROOT will not 'recompile'

2001-02-02 Thread Chris Ward
I am trying to run an application in ROOT, and have changed several JSP pages to look at a different images directory, but none of them have actually changed. I noticed that there is no context for ROOT in server.xml, which is where I thought that maybe the reloadable=false was set. Any ideas?

Re: JSP pages in webapps/ROOT will not 'recompile'

2001-02-02 Thread Jan Labanowski
The /ROOT webapp is mounted as / context in tomcat. So you can access it in Tomcat on port 8080, but cannot mount it in Apache (or whatever), since you would be sending everything to Tomcat as it would hold the root context. You may want to look at my http://www.ccl.net/cca/software/UNIX/apache