Craig Pardey wrote:
> 

The jservssi from the apache site is not working properly. I got the
suggestion to use the one from
  http://www.working-dogs.com/daily/
and it worked. Hard to believe that the release on the apache site has
such a fundamental error but I had exactly the same errors.


> 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]

-- 

        Martin Honnen

        mailto: [EMAIL PROTECTED]
        http://www.sector27.de/martin.honnen


----------------------------------------------------------------
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