Carlos Orrego wrote:
>
> If the jsp file is extensive or long the
> compiled servlet works sometimes and then crashes the whole server.

Not possible unless there's a bug in your VM, you are using JNI, your
d.b. driver/connection pool is not thread safe, or there is some sort of
resource problem such as running out of file handles or stack space.
It's not possible because of the way Java works (and JRun is pure Java),
and because JRun runs as a separate process from the web server.

There are bugs (mostly syntax and i18n issues) in the JRun 2.3.3, build
153 implementation of JSP 1.0, but most or all of them have been fixed
in the latest build, 155.

--
Scott Stirling
Allaire Corporation
http://www.allaire.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to