  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | IIS port 80 vs Tomcat port 8080. | IIS port 80 vs Tomcat port 8080. 2003-12-16 - By charles doweary
Back I have Tomcat running on port 8080 and I've deployed my website successfully to my Tomcat webapps folder. I also did an Ant List to confirm that my website is running.
If I set up this website in MicroSoft Internet Information Service (IIS) to use port 80, how is the request coming in on port 80 going to find the website running in Tomcat on port 8080? Or will the reqest coming in on my HTTP port 80 find my website running in Tomcat on port 8080?
Am I missing something! If I set IIS to use port 8080, I get a "The process cannot access the file because it is being used by another process" error message. Apparently, IIS and Tomcat cannot both be running on port 8080.
What is the standard for setting website port numbers in conjunction with Tomcat running on port 8080? Is there a standard? If not, is the website port number set up in Tomcat in one of the XML files? Should the server.xml or mywebsite.xml file include an entry that identifies the port number that IIS is using for each website?
Thanks for your assistance.
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ Tired of slow downloads and busy signals? Get a high-speed Internet connection! Comparison-shop your local high-speed providers here. https://broadband.msn.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|
 |