Luc Saint-Elie wrote:
> Hello,
>
> I use servlets for some times now without any problem.
> I've used them on a NT Box with Apache + Jserv then now with only Tomcat
> (JSWDK web server)
>
> I've a lot of problems with JSP.
> [snip]
If you can crash a JVM (Dr. Watson under NT, core dump under Unix) with a Java
program -- servlet, JSP page, applet, or application doesn't matter -- then there
are three possible culprits:
* Faulty JVM implementation
* Faulty native libraries (if you are using them) such as a
type two JDBC driver
* Faulty OS
I'd suggest focusing on one or more of these areas. The fact that you're seeing
these problems under JSP is coincidental -- they've always been possible (unless
you recently changed one of the three variables above), but didn't get triggered
until whatever the JSP pages are doing under the scenes started getting executed.
Craig McClanahan
===========================================================================
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