Question : running IIS and Tomcat sites on same server

We are running programs with IIS and tomcat.  The IIS programs run under port 80 but we want to run the tomcat server under SSL port 443.  will I have conflicts with IIS?  if none of the sites are configured for SSL in IIS will it ignore the port 443 requests and pass it to Tomcat?

Answer : running IIS and Tomcat sites on same server

That will be fine if IIS is not using port 443 but u can also run Tomcat behind IIS:

http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html
Random Solutions  
 
programming4us programming4us