Hi!
I am using tomcat 4.0 and have problem with the precompilation of jsp pages.
Can anybody say why tomcat generates java files with name containing "$jsp"?
For example, "index.jsp" is generated to "index$jsp.java" file.
I wanted to use ANT (1.5.1) to precompile jsp files.
ANT generates java files without "$jsp" and tomcat does not use them, but generates
new files using "$jsp" in the file and class name.
Therefore I can use ANT only to check jsp errors, but I don't get fast initial
invocation of jsp pages when tomcat is started.
Thanks in advance,
Ojars