|
Hi All,
I am trying to use Tomcat's
jasper.jar with weblogic 4.0.4 (since this version of weblogic doesn't support
JSP). When I start my weblogic server, I notice that jasper.jar has been
loaded. Also the init function of JspServlet.class is called when I try to
access a .JSP file thru any browser. But, then, it crashes.... Here
is what is says:
####
Mon Feb 28 12:05:15 PST 2000:<I>
<ServletContext-Servlets> org.apache.jasper.runtime.JspServlet:
init
Mon Feb 28 12:05:15 PST 2000:<E> <ServletContext-Servlets> Servlet failed with RuntimeException Mon Feb 28 12:05:15 PST 2000:<E> <ServletContext-Servlets> java.lang.NullPointerException at java.io.File.<init>(File.java) at org.apache.jasper.Options.<init>(Options.java:233) at org.apache.jasper.runtime.JspServlet.init(JspServlet.java:205) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:187) at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:85) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:67) at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:212) at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:506) at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:264) at weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:100) ### This is the JSP part of my
weblogic.properties
###
# # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # #
# WEBLOGIC JSP PROPERTIES # ------------------------------------------------ # Sets up automatic page compilation for JSP. Adjust init args for # directory locations and uncomment to use. weblogic.httpd.register.*.jsp=\ org.apache.jasper.runtime.JspServlet weblogic.httpd.initArgs.*.jsp=\ pageCheckSeconds=3,\ compileCommand=c:/java/bin/javac.exe,\ verbose=true ###
Any help would be GREATLY appreciated.
Thanks.
----------------------------------------------------------- Shrisha Radhakrishna mailto:[EMAIL PROTECTED] http://members.tripod.com/cricforum (408) 844-7503 (Off) (408) 773-8327 (Res) ----------------------------------------------------------- |
- Re: JSP with weblogic 4.0.4 Shrisha Radhakrishna
- Re: JSP with weblogic 4.0.4 Scott Stirling
- Re: JSP with weblogic 4.0.4 Shrisha Radhakrishna
