4 Replies Latest reply on Jul 23, 2002 5:28 AM by scharlau

    JSP could not locate class files

    shivva

      Hi folks..
      am recently been migrated from jboss2.4/tomcat to jboss3.0/tomcat4. I got every thing set it up. Ear got deployed fine. JDBC realm finely set up. But when I tried to execute JSP files , The jsp compiler says "Class not found error". it could not see the class files. My ear structure is:
      root\META-INF
      root\META-INF\application.xml
      root\META-INF\manifest.mf
      root\*.jar (all the ejb jars and helper classes)
      root\*.war

      My war structure :
      root\WEB-INF
      root\WEB-INF\manifest.mf (specifies the jar location)
      root\META-INF
      root\*.jsp

      The set up was working with pervious versions. when the same setup got deployed over jboss3 it didnt work.

      Can anybody help me out with an explantion please.

      Thanks in advance
      shivva