Hi All, I am trying to run multiple webapps using a single instance of Tomcat. Each has its own index.jsp. However, I noticed that regardless of the accessed context, Tomcat always returned the index.jsp corresponding to only of them.
After some investigation, I found that jasper was generating the corresponding class file index_jsp.class in <temp>/org/apache/jsp. Since, this directory is not scoped by context, there was no way for more than one of them to co-exist. I was under the impression that the index_jsp for a given context is generated in its WEB-INF/lib directory. I am fairly new to Tomcat, hence would appreciate any clarification on this. Thanks, Shivaraj