Hi.

I'm using 5.5.9 and have two contexts.  One I'd like to use for production,
so I'd like to disable JSP checking by setting Tomcat's web.xml
"development" param for JspServlet to "false".  But the second context I'd
like to use the JSP checking because it's a customer staging area where I'd
like to make direct JSP changes without having to go through the
pre-compile/deploy that I do for the production context.
I don't see a way to do that on a per context basis in web.xml.  Is there a
way?

Also, I've seen in web articles that "reloading" is a web.xml init param
for the JspServlet, but it's not documented in the web.xml comments.  Is
this a valid param and what is it's function?

Thanks.


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

Reply via email to