On 06/09/2012 13:19, Ragini wrote: > So where do this eclipse/jdt classes reside in tomcat ?
$CATALINA_HOME/lib/ecj-3.7.2.jar > What are they used for ? Compiling the .java files generated from .jsp files into .class files. > why each time they get executed when I run any web application ? They don't. They will get used every time you access a JSP that has not yet been compiled into a servlet. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org