I'm having a hard time getting JservSSI Servlets working, everything else is
working perfectly, all servlets are working in the fashion they are
supposed to, except when they are invoked via JServSSI <SERVLET> tags. I
get the following error:
<!-- java.lang.IllegalStateException: Already called getOutputStream.
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled Code)
at java.lang.IllegalStateException.<init>(Compiled Code)
at org.apache.jserv.JServConnection.getWriter(Compiled Code)
at SimpleServlet.doGet(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.jservssi.ServletInfoRequest.runServlet(Compiled Code)
at org.apache.jservssi.JServSSI.interpretPage(Compiled Code)
at org.apache.jservssi.JServSSI.doGet(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.jserv.JServConnection.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
-->
Any ideas on how to avert this? I've searched every resource I could find
and didn't see any references anywhere to this problem. The servlet
'SimpleServlet'
works fine on it's own, it only produces the error when called with
JservSSI.
MK
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]