Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Category) (Category) Java Apache Project : (Category) Apache JServSSI :
Why does everything after <SERVLET>...</SERVLET> in my HTML file get lost when using JServ SSI?
In the web browser, the output of the servlet shows up, but nothing more after that. I find that the log of the JServ servlet engine complains about a java.net.SocketException. To avoid this, you should be using out.flush() instead of out.close() in your servlet code when you are finished with your ServletOutputStream (I'm not sure what happens if you use a PrintWriter instead of a ServletOutputStream). (Someone more knowledgeable than me might want to flesh this in and explain why this disagrees with the Sun documentation.)
harryATswiDOTcom
Subcategories:

Answers in this category:

Subcategories:

Answers in this category:
(Answer) New Item
(Answer) Problem is solved in Apache JSSI 1.1
(Answer) jssi

[Add a New Answer in "Why does everything after <SERVLET>...</SERVLET> in my HTML file get lost when using JServ SSI?"]
Next: (Category) I'm confused about my Apache JServSSI Installation.
This document is: http://java.apache.org/faq/?file=26
[Search] [Appearance] [Show This Entire Category] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.