The only way to do this is have your JSP/servlet write a file to the
disk where IIS can see it and then send a redirect to that file.  

        IIS doesn't allow the chaining of filters (which the Tomcat plugin
is) so this is a limitation of the web server, not Tomcat.

        Randy


> -----Original Message-----
> From: Yann LE GUERN [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 29, 2002 9:18 AM
> To: Tomcat Users List
> Subject: Tomcat & non native server code
> 
> 
> Hi,
> 
> Is there a way to configure Tomcat to let a web server handle 
> and interpret
> some "non java server code" generated by a servlet.
> For example, I would like my servlet to generate (besides 
> standard html
> code) some ASP code which will be interpreted by IIS before 
> sending to the
> browser.
> 
> Thanks,
> Yann Le Guern.
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to