> How can I tell JServ to chain servlets?
> Let's say, that every content of type "text/html" is laoded via a
> special servelt, that e.g. removes special tags. Ot that for every
> requested file with *.html a special servlet is loaded that filters this
> file etc.
>
> I'm not sure if this is a feature that only Java Web Server 1.x support,
> but maybe there's a way to make chaining in JServ.

No, that isn't a feature and I would -1 with extremeness the idea of adding
it. chaining is the worst thing that anybody ever invented. It is confusing
for users and I would hate to have to support it on this mailing list.
People have enough problems with just the regular configuration...adding
chaining onto the top of everything else would be a nightmare. There are
better ways to chain servlets...it is called Class.forName().

-jon


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