RHEL3 - port re-direct problems

Kevin Passey kev at kdpsoftware1.demon.co.uk
Sun May 9 11:48:23 UTC 2004


Hi all,

I am trying to redirect requests on port 80 to 8080 (using tomcat)

I have set up a file in xinetd.d that looks like this:-

service tomcat
{
    socket_type    = stream
    protocol = tcp
    user   = root
    wait = no
    port = 80 
    redirect = localhost 8080
    disable = no
}

Now this works in RHEL2 but not in 3 any ideas??

Thanks

Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/redhat-list/attachments/20040509/a69258f4/attachment.htm>


More information about the redhat-list mailing list