0 Replies Latest reply on Jul 31, 2002 8:29 PM by jauri

    jsp problem with jboss-3.0.0 and tomcat 4.0.4

    jauri

      Hi,

      I am trying to deploy jsp and servlet on jboss-3.0.0 and
      tomcat 4.0.4. I have a flash front-end that accesses the
      servlet and it works fine. However, my jsp page won't
      deploy for some reason. I got this error when copying
      my .war file into the deploy directory in jboss. I guess
      there is some problem with jasper, but I'm not really
      sure about it. Can someone please help? Thanks.

      16:32:34,747 ERROR [Engine] StandardContext[/emp]: Servlet /emp threw load() exception
      javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
      at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:946)
      at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:810)
      at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3279)
      .
      .
      .16:32:34,752 ERROR [Engine] ----- Root Cause -----
      java.lang.NullPointerException
      at org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCache.java:203)
      at org.apache.jasper.compiler.TldLocationsCache.(TldLocationsCache.java:139)
      at org.apache.jasper.EmbededServletOptions.(EmbededServletOptions.java:350)
      at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:265)


      Andrew