posted 11 years ago
Hmmm - in my Tomcat 6.0.14 I find the following under work: ( note, .......... added to create indent )
Catalina
.....Localhost
........._ (thats a single underscore character)
............ org
................. apache
.......................jsp (has index_jsp.java and index_jsp.class
Where index.jsp sits in the ROOT directory.
Since the default for keepgenerated is true, my web.xml does not change the default.
Bill