Bonjour a tous!
After changing some of the html in the index.jsp of the ROOT webapp in Tomcat 5.0.28, the page won't recompile. Neither automatically, nor manually (from the admin interface). It looks like as if the running servlet is never going to stop. I emptied "work", but won't help.
This 'index.jsp' is the standard ROOT webapp, which comes with Tomcat 5.0.28.
I found out that this page is precompiled into a servlet at build time.
So the page is located into the servlet 'org.apache.jsp.index_jsp'.
Which off couse cannot be changed.
Do you have any idea why they made this construction like it is?