Chuck,
I managed to give it a try and it works perfectly. Thanks!
Pierre
On Sat, Nov 26, 2011 at 9:55 PM, Pierre Goupil wrote:
> 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 Goupi
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 way of binding Tomcat to port 80?
>
>
> 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 --dport 80 -j REDIR