-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hello
> > I have a situation where I would like to slightly alter every HTML page at
> > the time it is requested. A part of the alterations would be to insert
> > several calls to SSI servlets. Therefore, the alterations must be done
> > before SSI parses the page for SERVLET tags.
>
> Humm.... It seems that another one is requesting servlet chaining...
>Perhaps we can create a lobby on this topic ? Or a working group ?
>
> BTW it is clearly stated is the faq-o-matic that jon doesn't want to
>code it.
Yes. I had considered that chaining would appear to be the answer, and I
had read that it was not likely to ever be coded. In the meantime I have
been playing with mod_actions. I have a perl script that makes the
modifications I want linked with an Action directive in srm.conf. It works
for any file type that is not hooked into SSI with a line like:
ApJServAction .html /system/org.apache.servlet.ssi.SSI
In other words, the ApJServAction line appears to prevent any mod_actions
Action triggered by the same MIME type from taking place. Is there any way
to have the perl script run then have the results passed to SSI?
Thanks again,
Stuart
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]