Amy Roh wrote:
> 
> Mike Jette wrote:
> 
> > Where can I find the spec to implement Server-Side Include (SSI) on Jakarta
> > Tomcat 4.0?

Note: I'm pretty sure that Catalina 4.0.x only has a minimal support
for SSI.  I rewrote it all to include everything that Apache 
mod_include does (except the some perl or regex stuff, don't quite
remember) but I'm pretty sure those changes only exist in the HEAD
branch, ie: 4.x.  As far as I know, that stuff was never back-ported
and so is only available when using a nightly build or building from
source.

Also note: The older SSI can only serve one request at a time or
it will possibly mix output to the different clients.  This was
actually my original reasons for fixing the SSI servlet in Catalina
since it messes up nested includes too.  The other reason was that I 
needed conditionals.

-Paul Speed

> 
> There isn't an actual spec for SSI feature for Tomcat 4.0.  It follows the NCSA
> SSI rules same as the Apache documentation.  You need to uncomment SSI Servlet
> in web.xml.  And to use the SSI servlet, you also need to rename the
> $CATALINA_HOME/server/lib/servlets-ssi.renametojar file to
> $CATALINA_HOME/server/lib/servlets-ssi.jar
> 
> Amy
> 
> >
> >
> > If you can point me at a link I would really appreciate your help.
> > Is it that same as the Apache documentation?
> >
> > Thanks you.
> >
> > --------------------------------------
> > Michael E. Jette
> > Technology Partners, Inc.
> > 636-519-1221 ext. 104
> > 1-877-636-1331 ext. 104 (toll free)
> > www.tech-partners.com
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

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

Reply via email to