Hello,

I would like to deploy our java web application.

I build a WAR file and put it in the folder webaps.
When I start Tomcat, the WAR file is expanded automatically.

If I try to use it over the Tomcat web server every thing works fine.
http://localhost:8080/myprojet/servlet/xxx

But if I try to use it over IIS. The isapi_redirect.dll filter never send
the request to tomcat.
http://localhost/myprojet/servlet/xxx

If I try to execute the examples over IIS, every thing works fine.
http://localhost/examples/sevlets/index.html


Whan I need to do to activate my project to pass through the isapi_redirect
filter to send the request to Tomcat ?

Thanks.


Jean-Francois Pouliot



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to