Hi, I have installed JServSSI and tried to put a call to Hello.class into a JHTML page. The call was made, but only half way through :-) The result is: <!-- java.lang.IllegalStateException: Already called getOutputStream. at org.apache.jserv.JServConnection.getWriter(JServConnection.java:1432) at Hello.doGet(Hello.java:31) 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) --> Look like JServSSI already call getWriter() or getOutputStream within itself !!! It means that you can never write anything back to your pageb. I must be wrong. Any idie would be appreciated. Thanks, Steve ---------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]