hi,

my apache redirects to a tomcat with mod_rewrite.
I request "http://apachewebserver.com/tomcat05/xy";
apache alters the url and fetches "http://192.168.0.5/xy"; from the tomcat running on 
192.168.0.5 (intranet).

is it possible to make the baseurl returned by tomcat: 
"http://apachewebserver.com/tomcat05/";

so if "/xy" is a directory, tomcat wants to redirect to "/xy/"!
what my tomcat *should do* is redirect to: "http://apachewebserver.com/tomcat05/xy/";
what it does: "http://192.168.0.2/xy/"; - this doesn't make much sense to a client on 
the internet!!!

thanks for any hint!!!

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


Reply via email to