N Tapas Kumar Choudhury wrote:
> Hi,
> I want to know, whether it is possible to abort the jsp execution
> while in the midst of processing a request ?? If anybody can through
> light on this I would be grateful..
Abort and do what?
The most sensible thing to do is:
- set the buffer to some reasonable large value
- to abort, either throw an exception or issue a redirect
Nix.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|