Hi,

i think, the best way is to use the mod_jk module. So, in a firewall 
environment, you can have your web server (Apache) in the non-protected area 
and apache will redirect all requests (http:// ....:80 or nothing) at your 
Tomcat server (http:// ....:8080) within the protected one. 
Take a look at the connectors documentation
http://tomcat.apache.org/connectors-doc/

JL

> Message du 31/03/09 18:59
> De : "Melanie Pfefer" 
> A : users@tomcat.apache.org
> Copie à : 
> Objet : redirection
> 
> 
> 
> Hello
> 
> I have a tomcat server running on port 8080.
> 
> users need to create a dns alias which is on port 80. redirection cannot be 
> done on DNS level of course.
> 
> do you have any idea how to achieve this in tomcat. For example:
> 
> http://siroe redirects to http://machineX:8080 that is a tomcat application?
> 
> thank you 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

Reply via email to