> Hello,
>
> Had anyone ever received an error message "Too many concurrent JRun
> requests" when using JRun Pro 2.3.1 as the servlet engine?
>
> Is there any setting I've to made so that the number of concurrent
> requests can be increased? Thanks a lot!
>
> Regards,
> Mercury
>
Try increasing the maximum number of handler threads for the proxy connector
and also make sure that all your servlets that handle HTTP requests end
correctly
as well. (You should explicitly close the HttpResponse output stream,
preferably in
a finally block to make sure that out.close(); always happens)
Hope that helps
Andy Bailey
___________________________________________________________________________
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