Hi!

My tomcat is connected to apache with mod_jserv - and both are behind a 
firewall:
server1.com ... firewall (connected to internet and private network)
server2.intra ... apache and tomcat (private network)

DNAT:
server1.com:80 -> server2.intra:80 (apache)
server1.com:8080 -> server2.intra:8080 (tomcat)

and apache's /examples is mapped to tomcat's /root

everything works fine BUT:

request:
http://server1.com:80/examples/servlet/
this should return a redirect to:
http://server1.com:80/examples/servlet/index.html

but the redirect goes to:
http://server2.intra:80/examples/servlet/index.html
which isn't possible from outside!

if I do the request directly from tomcat:
http://server1.com:8080/examples/servlet/
the redirect works correctly!

so what can I do, to force apache/tomcat, to do redirects to server1.com with 
mod_jserv, too ???

thanks
michi

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to