Link to home
Start Free TrialLog in
Avatar of VSACIT
VSACIT

asked on

Can you run IIS and Apache Tomcat on separate servers?

I need to have IIS on one server and Apache Tomcat on a separate server.   Can this happen?  I have seen many pieces of how to set them up on the same server.  I need to have the IIS server send requests to the Tomcat server and then have IIS serve the requests up from Tomcat.  How would one set this up?
ASKER CERTIFIED SOLUTION
Avatar of Member_2_8054273
Member_2_8054273

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of VSACIT
VSACIT

ASKER

ok I see how you use the ISAPI to facilitate this but what if you need to have IIS on one server in a DMZ while your tomcat server outside the DMZ is on another server?  How do you set up IIS server with the dll and necessary engine to route the traffic to Apache?
Avatar of VSACIT

ASKER

Thank you I figured it out.  I set up the IIS server like the documentation says.  I had to create a basic worker file to send requests to the Apache server.