Yes. You can pre-compile JSP pages into servlets and deploy the classes to
your app server. This eliminates the first-access compilation delay. Look at
you app server docs and the ant build tool for specifics.

HTH.

> Kevin
>
> -----Original Message-----
> From: dileepmohan [SMTP:[EMAIL PROTECTED]
> Sent: Monday, July 26, 2004 1:18 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Life cycle
>
> Pardon me if my question is too basic..
> I want to know when the Servlets and JSP pages are initialised and
> destroyed..Normally on first request to the page it is initialised and
> destroyed once server stopped or decide to destroy after a timeout of last
> call.What I want to know is ,any other way to initialise it?By saying JSP
> initialisaion I mean the creation of underlying Servlet..Is there anyway
> to
> compile the JSP in to servlet other than the first call??
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to