Hello people...

I'm having trouble setting up JServSSI.
I think, I've done it, but my Servlet returns this..

The current time:
<!-- java.lang.IllegalStateException: Already called getOutputStream.
        at
org.apache.jserv.JServConnection.getWriter(JServConnection.java:1432)
        at SSI01time.doGet(SSI01time.java:12)
        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)
-->

this is my current configuration....
ApJServAction .jhtml /servlets/org.apache.jservssi.JServSSI

in jserv.properties, I add this....
wrapper.classpath=/usr/local/src/Apache-JServ-SSI-19981216/src/ApacheJServSSI.jar

By the way, the Servlet that I'm testing returns the current time
depending on timezone... just got it from a Servlet Book.

regards,
TamagOchie

____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to