Google for "JSP lifycyle" to know more.
Santosh.
Michael Zoller wrote:
Frank Niedermann wrote:
Hello,
is it right that Tomcat stores all compiled JSP sites in
Tomcat5\work\Catalina\localhost\application\org\apache\jsp?
yes.
After a restart of Tomcat I still see all the .class files
in above mentioned directory, does that mean that these files
do not have to be compiled again at first access to them?
Educated guess: The servlets/jsp still have to be executed. Once they
are loaded into memory they will execute faster because caching
mechanisms (harddisk and OS) apply.
Michael
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]