I am getting the attached error when I try to do a response.getWriter()
in a server side include class.  The class works fine on it own, it just
when it is invoked from the <servlet> tags that this exception is
thrown.

Any ideas?
Craig

Apache 1.3.4
JServ 1.0b3
NT 4.0


<!-- java.lang.IllegalStateException: Already called getOutputStream.
        at
org.apache.jserv.JServConnection.getWriter(JServConnection.java:1432)
        at ServerSideInclude.doGet(Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jservssi.ServletInfoRequest.runServlet(JServSSI.java:917)
        at org.apache.jservssi.JServSSI.interpretPage(Compiled Code)
        at org.apache.jservssi.JServSSI.doGet(JServSSI.java:302)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jserv.JServConnection.run(JServConnection.java:359)
        at java.lang.Thread.run(Thread.java:466)
-->


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to