Hi, and thanks for the replies

I tried "reloadable=false", but it doesn't work with the jsps, i think it is
only for reloading servlets or other compiled classes under WEB-INF/classes.

The pre-compilation proposed by Justin seems to be a better approach.
I looked in the mail archive and found that "jspc" can automatically compile
all JSPs in my webapp, and also generate a web.xml with the proper servlet
mappings.

Thanks to all

Alberto

----- Original Message -----
From: "Padhu Vinirs" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, October 15, 2002 9:42 PM
Subject: Re: Avoid jsp reload


>
> set reloadable=false in the context definition in server.xml. But this
> will require a restart of the server. Else, you can change the timestamp
> of the new source files to a older timestamp.
>
> -- padhu
>
>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to