On Linux to run Tomcat Standalone on port 80, without using ROOT permissions(simple user)
U can use iptables to redirect 8080 to 80 and 8443 to 443.


without iptables, apache can do the job as necessary, but iptables is very simple.


Georges


Tom Parker a �crit :

On Fri, 2003-07-04 at 13:16, Neil Zanella wrote:



Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather than on port 8080? I guess all I have to do is change $CATALINA_HOME/conf/server.xml so that instead of:



...


Yes, that should work. However if you are running on linux, a normal
user cannot bind to ports below ~1000, you have to be root to do that.
Is it possible to bind Tomcat to port 80 without running the JVM as
root?




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to