Hello all,
I use JSP and IIS4.
I put my jsp files in a directory I secured (login/password) for the web.
But I can't obatin the LOGIN / Password prompt when I call my jsp file.
I have the following error:
**********************************888888
500 Internal Server Error
java.lang.NullPointerException:
at com.livesoftware.jrun.plugins.jsp.JSPCore.getPage(JSPCore.java)
at com.livesoftware.jrun.plugins.jsp.JSP.callPage(JSP.java)
at com.livesoftware.jrun.plugins.jsp.JSP.service(JSP.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:611)
at com.livesoftware.jrun.JRun.runServlet(JRun.java)
at com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java)
at com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java)
at
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JRunPr
oxyServiceHandler.java)
at
com.livesoftware.jrun.service.ThreadConfigHandler.run(ThreadConfigHandler.java)
********************************************************************************
*****
Some ideas about this.
How to secure an jsp file with IIS4 ?
Thanks for your help...