Has anyone gotten this running with Apache yet? I'm trying to life the
classes out of sun's jswdk and plugging them into apache. i've gotten
the JspServlet to respond, but I keep getting this message:
IMPORTANT: Do not modify the generated servlets
Unhandled error! You might want to consider having an error page to
report such errors more gracefully
java.lang.NullPointerException
at
home.justinl.apache.htd_00025cs.numguess_jsp_1._jspService(numguess_jsp_1.java:137)
at com.sun.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:88)
at
com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:218)
at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:294)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:335)
at
org.apache.jserv.JServConnection.run(JServConnection.java:197)
at java.lang.Thread.run(Thread.java)
Does this make sense to anyone?
--
Justin Lee | The land is never really owned until the deed is paid.
JEDI | And that is why the power lies wherein His body laid.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]