Hi,
I would like to use something like this:

public class MyServlet extends HttpServlet {
void doGet(_,_) {
   response.setContentType("text/shtml");
   PrintWriter out = response.getWriter();
   out.println("<HTML><BODY><!--#include file="header.part" --><HR>Hello 
World!!!</BODY></HTML>");
}
}
Is it possible or not?
And how to bind servlet output to the mod_ssi or mod_rewrite or whatever?

Thanks very much,
-- 
Oto 'tapik' Buchta , [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to