I tried a simple example with JServSSI 1.0 (Apache/1.3.6 (Unix) with
ApacheJServ/1.0b3) which shows the following error output:
<!-- java.lang.IllegalStateException: Already called getOutputStream.
at
org.apache.jserv.JServConnection.getWriter(JServConnection.java:1432)
at SnoopServlet.doGet(SnoopServlet.java:46)
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(JServSSI.java:366)
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)
-->
The .jtml file contains
<BODY>
<SERVLET CODE="SnoopServlet.class">
no <SERVLET> support
</SERVLET>
</BODY>
The SnoopServlet is one of the jsdk examples.
Any ideas why that servlet doesn't work with JServSSI?
--
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]