Cyrille Le Clerc wrote:

#4 I slightly disagree with André on asking Tomcat to listen on port
80 ; I am very reluctant to this approach as it requires to run the
JVM as root ;

No, it does not, if you run the JVM under jsvc (commons-daemon).
This is how most Linux packages nowadays set it up by default.

But of course, you cannot run 2 servers at the same time listening on the same port. So if you want to have Tomcat handle port 80, then you cannot have Apache httpd listening to that same port at the same time.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to