I had the same problem and I think that it was related to the CLASSPATH for Java. If your JSP doesn't work properly but the servlet does, it means that the JVM is working properly but not the Java Compiler. Make sure you have the JAVA_HOME variable set and all proper directories in the CLASSPATH related to Java. Laters, Jeremy
-----Original Message----- From: Marco Miedl [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 10:06 AM To: Tomcat Users List Subject: Re: Re: HTTP Status 500 > > Even those that are servlets and not JSP? > The Servlet Examples work perfect. Only the JSP Examples didn't work. It's very strange ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
