Hi,
I am setting a server on Amazon cloud. Cent OS 5.3 and tomcat 6.0.26.
Everything works fine. Then I want to change the port from 8080 to 80.
The server.xml file was modified to
<Connector port="80" protocol="HTTP/1.1"
nnector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
I restarted the server and got the error that permission denied. But I am
using root directly to do the operation. So the permission should not be a
problem.
Then I tried to change the port into 8888 or others. They all do not work.
Is there any other setting I should change? Thank you so much.
best regards,
gavin