Re: xinetd port redirection for Tomcat

2011-11-26 Thread Pierre Goupil
m> wrote: > >> > From: Pierre Goupil [mailto:goupilpie...@gmail.com] >> > Subject: xinetd port redirection for Tomcat >> >> > Shall I use another way of binding Tomcat to port 80? >> >> Try iptables - it's even simpler. Something like the fol

Re: xinetd port redirection for Tomcat

2011-11-26 Thread Pierre Goupil
Thanks Chuck! I'll try it tomorrow. On Sat, Nov 26, 2011 at 9:40 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Pierre Goupil [mailto:goupilpie...@gmail.com] > > Subject: xinetd port redirection for Tomcat > > > Shall I use another

RE: xinetd port redirection for Tomcat

2011-11-26 Thread Caldarale, Charles R
> From: Pierre Goupil [mailto:goupilpie...@gmail.com] > Subject: xinetd port redirection for Tomcat > Shall I use another way of binding Tomcat to port 80? Try iptables - it's even simpler. Something like the following should work: /sbin/iptables -t nat -I PREROUTING -p tcp

xinetd port redirection for Tomcat

2011-11-26 Thread Pierre Goupil
Good evening, I use xinetd in order to bind my Tomcat 7.0.22 instance to port 80 without any Unix privileges, on a Debian 6.0 box. Here's the (slightly obfuscated) configuration file: service www { socket_type = stream protocol= tcp user= root