Hi,
In my application I am finding that <jsp:forward> tag is not working in JRun 3.0. While it is running properly in JSWDK 1.0.1 or WebLogic 5.0.
The Error it is showing is as below :
500 Internal Server Error
/second.jsp:
Response has already been committed
java.lang.IllegalStateException: Response has already been committed
at allaire.jrun.servlet.JRunResponse.resetContent(JRunResponse.java:170)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:874)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.jsp.JRunPageContext.forward(JRunPageContext.java:333)
at jrun__second2ejspb._jspService(jrun__second2ejspb.java:65)
at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:40)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:174)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
If anybody knows the solution, please reply.
thanks in advance,
dipes.
e-mail : dipes dot biswas at wipro dot com
Discussions
Web tier: servlets, JSP, Web frameworks: <jsp:forward page=" "/> tag is not working with JRun 3.0
-
<jsp:forward page=" "/> tag is not working with JRun 3.0 (0 messages)
- Posted by: Dipes Biswas
- Posted on: December 01 2000 02:13 EST