Page 1 of 1

Where to change default port from 8080 to 80?

Posted: Sat Dec 04, 2004 7:59 pm
by kgao
Running RH Linux Enterprise 3, where to change web server default port to 80? Thanks.

Posted: Mon Dec 06, 2004 3:37 am
by ScalixSupport
I assume you are talking about tomcat ?

The file $TOMCAT_HOME/conf/server.xml defines the listening ports. Look for a line containing

Code: Select all

<Connector port="8080"


You will need to restart tomcat BUT you need to make sure that Apache is not started otherwise you will get errors indicating that the port is already in use.


Cheers

Dave