0 Replies Latest reply on Apr 3, 2002 5:09 AM by planb

    JSP-Problem JBoss 3 / Tomcat 4.0.2 Win2000

    planb

      I have installed JBoss-3.0.0_Tomcat-4.0.2.tgz under
      Windows 2000. The server seems to work except for the
      JSP-engine. Some classes cannot be found:

      org.apache.jasper.JasperException: Unable to compile class for JSP
      C:\jboss-3.0.0beta\jakarta-tomcat-4.0.2\work\localhost\html\main$jsp.java:3: Package javax.servlet not found in import.
      import javax.servlet.*;

      ... and so on ...

      Seems to be some kind of classpath problem. But even if
      I ensure that the jars are in the classpath, it didn´t
      work. But if I start tomcat standalone, the JSP engine
      works fine.

      I couldn´t figure out how the tomcat integration
      works and which configuration files are affected.

      Can anyone give me a hint ?

      Thanks,
      Felix