Servlets are working well.... However, I think my JSP config is incorrect. Is there some inital config I've overlooked? Thanks for any help!! Server:myserver Application Name:my-app Application Root Directory:/opt/JRun/servers/myserver/my-app Application Mapping:/myapp I've created a simple HTML file, and named it: /opt/JRun/servers/myserver/my-app/test.jsp this JSP file simply contains: <html><body>testing</body></html> http://1.2.3.4:1130/myapp/test.jsp When I invoke it, jrun finds it and compiles it, and gives the following runtime error when executing: 500 Internal Server Error /myapp//test.jsp: null java.lang.NullPointerException at allaire.jrun.jsp.JSPServlet.service(Compiled Code) at allaire.jrun.servlet.JRunSE.service(Compiled Code) at allaire.jrun.servlet.JRunSE.runServlet(Compiled Code) at allaire.jrun.servlet.JRunRequestDispatcher.forward(Compiled Code) at allaire.jrun.servlet.JRunSE.service(Compiled Code) at allaire.jrun.servlet.JvmContext.dispatch(Compiled Code) at allaire.jrun.jrpp.ProxyEndpoint.run(Compiled Code) at allaire.jrun.ThreadPool.run(Compiled Code) at allaire.jrun.WorkerThread.run(Compiled Code) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
