How to use ssi for servlet

2002-01-28 Thread asif ali
Hi, I would like to know, how to use ssi with servlet. Here is the content of my shtml file . code="Hello.class" But Tomcat4.0 seems to be ignoring the servlet tag. Although it parse simple ssi command "" . Thanks __ Do You Yahoo!?

Re: How to use ssi for servlet

2002-01-28 Thread RSEQUEIRA
The tag was never a part of the servlet specification. If I'm not mistaken it was supported by the Java webserver, Jrun, etc. But never by Tomcat. Use instead. So replace with Save this file as a jsp. As for using SSI directives such as But Tomcat4.0 seems to be ignoring the se

Re: How to use ssi for servlet

2002-01-28 Thread asif ali
Hi RS, Well thanks for your reply. But I am wondering that my JBuilder which run tomcat for web, is responding well for the tag. asif ali --- [EMAIL PROTECTED] wrote: > > The tag was never a part of the > servlet specification. > If I'm not mistaken it was supported by the Java > webserv

Re: How to use ssi for servlet

2002-01-30 Thread RSEQUEIRA
asif ali <[EMAIL PROTECTED]> on 01/28/2002 11:38:20 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject: Re: How to use ssi for servlet Hi RS, Well thanks for your reply. But I am wonderin