You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Charles Brauer <CB...@SketchWorks.com> on 2002/05/23 18:38:19 UTC

Solved: Sharing port 80

Hello all,

 Thanks to all of you that responded to my question of how
 to setup both a web server and Tomcat on a single Windows 2000
 server, where both servers share port 80.

 Here is how I did it.

 Since Windows 2000 Server can host multiple domains, I set up
 two static IP addresses:

     192.168.167.121  IIS/Tomcat Servlet
     192.168.167.122  IIS Web site

 Each IIS is assigned its own static IP address and both IIS's are 
 assigned to use port 80.

 To run Tomcat 4.0.1 under IIS I followed the instructions at:

 
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html

 Of course, this work is derived from:

     http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html

 Now my users can see my web site and the Servlet pages from behind
 a firewall, using only port 80.

 Charles