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
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
> 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
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