Can IIS server (Port 80) and Apache Tomcat (Port 8080) function in the same machine properly without any issues?

link|improve this question

33% accept rate
feedback

1 Answer

up vote 1 down vote accepted

As long as they are bound to different ports (80 for IIS and 8080 for tomcat) as you state, that will work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.