In IIS, we set the ASP script timeout to be 30 seconds and ASP scripts are
automatically terminated after 30 seconds. Otherwise, enough requests to a
poorly written script could eventaully consume all threads for the scripting
engine.

Is there a way to do this with JSP/Servlets in Tomcat, at either the
application level or the container level to ensure JSP/Servlets cannot run
indefinitely. Or is this not needed due to some other design?

Thanks!


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

Reply via email to