Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web server conflict

Status
Not open for further replies.

MasterRacker

New member
Oct 13, 1999
3,343
US
I have a 2008R2 server with IIS that is hosting a couple of small sites consisting of basically some static pages.

I am looking for a home for a VOIP monitoring program that appears to use Tomcat for it's web admin functions. (The documentation is not completely clear on that.)

In general I would think running two web servers on the same box would cause a lot of problems even if I'm making sure to use different ports for different apps, but I really don't want to put up another server for this.

Other than "try it and see", has anyone tried to run Tomcat and IIS side by side?

Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
 
you can run them on the same machine, just use a different port, in the past I have used port 80 for IIS and port 8080 for Tomcat, you can also use the IIS Jakarta redirector if you want to use IIS as the front end webserver.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top