> If it's the latter, tomcat ships with commons-daemon > (http://jakarta.apache.org/commons/daemon) which allows you to run > listening to port 80 on unix system. I could swear we have a specific > how-to on the issue, but you might just have to settle for the daemon > docs for now.
Because I started using tomcat before the development of the commons-daemon, I just use (on linux) : /sbin/iptables -t nat -A PREROUTING -d 1.2.3.4 -p tcp -m tcp --dport 80 -j DNAT --to-destination 1.2.3.4:8080 It works fine. Fran�ois. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
