|
Tomcat and IIS on different machines
Hallo,
I'm trying to achieve a set up where I have IIS residing on a machine in the DMZ, acting as a web server. I also have Tomcat on an internal server acting as the jsp / servlet engine. I want the 2 to work together so IIS takes dynamic content from Tomcat.
I have managed to use isapi_redirect to configure Tomcat and IIS to work togther when they are both on the same machine (ie - install isapi_redirect, change Tomcat workers file and uri_mapping file and change IIS registry).
However, I cannot find any info on getting them to work on seperate machines. When I try to configure IIS, I get stumped because my virtual directory needs a location which is on a seperate machine. Also the ISAP filter needs to point to a location on a different machine. does anyone know the best way to do this (I cannot map drives within the dmz either)
Thanks in adbvace for any help
|