[Opensource] Integrating Tomcat with IIS? Why?
Michael Rimov
rimovm at centercomp.com
Tue Apr 15 11:54:56 PDT 2003
<snip> <snip>
At 12:18 PM 4/15/2003 -0400, you wrote:
>Anyway, my project manager is concerned about requiring our clients who are
>"Microsoft shops" to maintain a Tomcat server independently of IIS and asked
>me to integrate them.
>
>The only thing I can find is the Tomcat ISAPI redirection dll that doesn't
>really seem to offer much other than the redirection of requests to Tomcat.
>I don't really see the point. My app is pretty much standalone in our suite
>of apps. It's job is to update the database so a Delphi based processing
>engine can process things correctly.
Yes, using the redirection DLL AFAIK is the way to go. It uses AJP12/AJP13
as its underlying protocol, which will enable Tomcat to serve the dynamic
content faster than if it was just using HTTP standalone. [Last benchmarks
that I heard].
As far as restarting Tomcat if you restart IIS, I haven't the foggiest.
HTH,
-Mike
More information about the Opensource
mailing list