Re: Redirect HOST to HOST:PORT

2008-01-30 Thread David Delbecq
Just use the same trick you already do. This time, instead of putting your index.html at ROOT, put it under the root folder of an apache httpd server for that host. This assumes you run an apache httpd server on that server and it listens to port 80. [EMAIL PROTECTED] a écrit : I'm running

RE: Redirect HOST to HOST:PORT

2008-01-30 Thread Caldarale, Charles R
[EMAIL PROTECTED] a écrit : I'm running tomcat 5.0 in a SUSE environment. To access the webapp the user has to enter in a web browser app.server:8443 and it automatically redirects to https://app.server:8443/myapp/servlet/login; (this is made with an index.htm in the ROOT context). What I

RE: Redirect HOST to HOST:PORT

2008-01-30 Thread falvarez
Delbecq [mailto:[EMAIL PROTECTED] Enviado el: Wednesday, January 30, 2008 15:16 Para: Tomcat Users List Asunto: Re: Redirect HOST to HOST:PORT Just use the same trick you already do. This time, instead of putting your index.html at ROOT, put it under the root folder of an apache httpd server

Re: Redirect HOST to HOST:PORT

2008-01-30 Thread David Delbecq
original- De: David Delbecq [mailto:[EMAIL PROTECTED] Enviado el: Wednesday, January 30, 2008 15:16 Para: Tomcat Users List Asunto: Re: Redirect HOST to HOST:PORT Just use the same trick you already do. This time, instead of putting your index.html at ROOT, put it under the root folder

RE: Redirect HOST to HOST:PORT

2008-01-30 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: Redirect HOST to HOST:PORT Thanks a lot for such a fast answer but actually I'm a newbie and really don't know how to do what you proposed. Use the iptables utility to redirect 443 to 8443. Consult the man pages for iptable