----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi!

I know that this topic may seems like it is chaining, but I'm aware of
the problems with using chaining, but I need something like this:

if someone calls an url like 
mydomain.com/help/index.htm 
I need to add a menubar, a footer etc. to the output of index.htm, which
might be a php or a perl script or an shtml file, too.

First I thought that it might be an easy way to do so by just defining
an Action / Handler pair in Apache.
But then I found out that I would have to take care of query strings
etc. to be passed to the requested file (or script).
I also don't know how to include the output that comes from the script
(and was produced by the server) into my servlet or to call a script
from within JServ so that it is executed by the server!

Sorry, if this is something that has been already discussed, but than I
guess I have missed it somehow.

Thanks,
-- 
Guenther Wieser      
creative-it/Guenther Wieser Software KEG
Student of Telematik at Graz University of Technology
http://www.creative-it.com        mailto:[EMAIL PROTECTED]
-> In A World Without Walls And Fences, Who Needs Windows And Gates? <-


--
--------------------------------------------------------------
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]

Reply via email to