You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by linh pham <li...@forte.com> on 2000/03/04 03:53:22 UTC

tomcat 3.0 or 3.1with j2sdkee?

hello folks,

has anyone been successful in setting up tomcat to run with Sun's j2sdkee (j2ee reference implementation)?

when starting the server, i get the following error:
	...
	cannot load servlet name: jsp
	J2EE server startup complete.

and when i try to access a jsp, i get the following error:
        HANDLER THREAD PROBLEM: java.lang.NullPointerException
        java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:381)
        at org.apache.tomcat.core.Request.setAttribute(Request.java:183)
        at org.apache.tomcat.core.HttpServletRequestFacade.setAttribute(HttpServletRequestFacade.java:110)
        at org.apache.tomcat.core.ServletWrapper.handleException(ServletWrapper.java:457)
        at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:413)
        at org.apache.tomcat.core.Context.handleRequest(Context.java:648)
        at org.apache.tomcat.server.ConnectionHandler.run(ConnectionHandler.java:205)

thanks in advance,

linh ...