What is JAVA_HOME set to? You might be pointing to a JRE rather than a JDK. See the root cause? It's looking for a class numguess$jsp which ought to be compiled when you hit it the first time.
----- Original Message ----- From: "Appel, Jeremy D" <jeremy.appel@xxxxxxxxx> To: <tomcat-user@xxxxxxxxxxxxxxxxxx> Sent: Friday, February 21, 2003 3:37 PM Subject: JSP examples not running on new Installation of Tomcat > I have just recently installed Apache Tomcat 4.0.4 running on a DEC Alpha > cluster using OpenVMS 7.3.1 (I know unusual installation). > > I have been able to get the servlets to work but whenever I trying running a > JSP page, I get the following error: > exception > org.apache.jasper.JasperException: Unable to compile class for JSP [snip] > root cause > java.lang.ClassNotFoundException: org.apache.jsp.numguess$jsp > at > org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java) > > I have checked my classpath and associated CATALINA_HOME logicals and > everything looks fine to me. Here they are: > > JAVA$CLASSPATH" = "SYS$COMMON:[JAVA$140.LIB]TOOLS.JAR" (LNM$PROCESS_TABLE) > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.bin]bootstrap.jar" > = "[]" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.lib]jasper-compiler.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.lib]jasper-runtime.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.lib]naming-factory.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]activation.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]jdbc2_0-stdext.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]jndi.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]jta-spec1_0_1.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]mail.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]naming-common.jar" > = > "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]naming-resources.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]servlet.jar" > = > "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]tyrex-0^.9^.7^.0.jar" > = "$2$DUA1009:[APACHE.JAKARTA.TOMCAT.common.lib]xerces.jar" > > CATALINA_HOME" = "DISK$APACHE:[APACHE.JAKARTA.TOMCAT]" > > > BTW, I am using Java 1.4.0. > > Thanks for the help in advance, > Jeremy Appel > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@xxxxxxxxxxxxxxxxxx > For additional commands, e-mail: tomcat-user-help@xxxxxxxxxxxxxxxxxx > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@xxxxxxxxxxxxxxxxxx For additional commands, e-mail: tomcat-user-help@xxxxxxxxxxxxxxxxxx