Servlet chaining and response filters are features of Java Web Server that
are not part of the Servlet API spec. Therefore, implementing these features
is not required by servlet engines, and many have chosen not to implement
them.

Fortunately for you, ServletExec has implemented both of these features
since version 1.0 (the latest version of ServletExec is 2.2). You can
install ServletExec to run servlets and JSP on Microsoft IIS, Netscape
Enterprise, or Apache:

        http://www.newatlanta.com/downloads.html

Vince Bonfanti
New Atlanta Communications, LLC

[EMAIL PROTECTED]
http://www.newatlanta.com/

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Gajjar Hemant Kumar Dashrathlal
> Sent: Thursday, January 20, 2000 5:22 AM
> To: [EMAIL PROTECTED]
> Subject: [Q] Servlet Chaining in Tomcat in WebSphear
>
>
> Hi all,
>
> I had also a question on Servlet Chaining.
>
> I had tested this in the Java Web Server and working fine while the same
> thing can't be set in the IBM Web Sphere 3.0.
>
> Does Any body has the idea ?????
>
> How can we do the Servlet chaining for the specific content type?????????
>
> Thanks,
> Hemant
>
>                 -----Original Message-----
>                 From:   David M. Smith
> [mailto:[EMAIL PROTECTED]]
>                 Sent:   Thursday, January 20, 2000 12:48 PM
>                 To:     [EMAIL PROTECTED]
>                 Subject:        [Q:] Servlet Chaining in Tomcat
>
>                 I have been developing some servlets under the Java Web
> Server recently
>                 and I would now like to try running them under Tomcat 3.0.
>
>                 Under Java Web Server, I am running my servlets
> via Servlet
> Aliases /
>                 Chaining (*.HTML goes through my servlet sort of
> thing), how
> do I
>                 configure this under Tomcat?  Also is it possible
> to set up
> an alias
>                 that would pass all *.HTML files in a particular directory
> through my
>                 servlet?  Other *.HTML files in other directories would be
> processed
>                 normally.
>
>                 If there is a better place to ask Tomcat questions, please
> tell me.
>
>                 Regards,
>                 David
>                 --
>                 David M. Smith
>
>
> __________________________________________________________________
> _________
>                 To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body
>                 of the message "signoff SERVLET-INTEREST".
>
>                 Archives:
> http://archives.java.sun.com/archives/servlet-interest.html
>                 Resources:
> http://java.sun.com/products/servlet/external-resources.html
>                 LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to