----------------------------------------------------------------
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!!!
----------------------------------------------------------------
--- Andy Nuss <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just installed Tomcat 3.0 of the Jakarta project
> and am trying to figure
> out how to chain
> servlets (which will preprocess and "fix" html files
> being served).
>
> Is this easy in Jserv?
>
> Is it possible in Tomcat 3.0 which uses Jserv's
> engine?
>
> If not, can I make a source code change to turn on
> this capability?
>
> Basically, I'm looking for a reference server which
> supports JSPs, servlets,
> and servlet chaining.
>
> Thanks,
> Andy
This is lifted right from the Cocoon FAQ and I think
it might be a consideration for those who rely heavily
on chaining in any servlet-based system:
"The Servlet API was not designed with servlet
chaining capabilities in mind. Servlet chaining was a
night hack of the original Java web server authors
that allowed to pipe one servlet output into the
request of another. Currently (version 2.2) the
Servlet API spec doesn't allow a servlet to
post-process the output of another servlet, so, since
Cocoon is a servlet, there is no portable way for it
to call your servlet and to process its output."
Not my words, but worth mentioning.
=====
# Nick Bauman
# Technical Programmer
# http://webhelp.com
# real people, real answers, real time
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
--------------------------------------------------------------
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]