Re: parse all .html as .shtml

Use the extensions template editor to delete the template for "html".
Re-create it but use the class "w3c.jigsaw.ssi.SSIResource" instead
of "w3c.jigsaw.resources.FileResource".

The reason not to do this is that unless every single html document on
your server contains SSI commands, the server will do some
time-consuming parsing unnecessarily.

> I read through the mail archive and have looked through the
> docs, but I can't see an easy way to have the server parse
> all .html files as if they were .shtml.
> Is this possible?
> How can I do this?
> Is there a good reason not to do this?
> Thanks.
> Shawn

-- 
Joe Futrelle
Developer, Joule/Jigsaw Java/HTTP
National Center for Supercomputing Applications
futrelle@ncsa.uiuc.edu
(217) 265-0296

Received on Monday, 2 June 1997 18:54:38 UTC