-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi, I'm trying to get Business Objects working behind an Apache reverse proxy server. The apache server takes care of converting to and from HTTP <--> HTTPS and provides a nice consistent URL for our clients. From the outside world, https://www.url.com/customername/bo/foo is mapped to http://appserver.vip.internal:port/bo/foo - which is all well and good, except that TomCat on the appserver appears to generate its own URLs which is passes out to the client instead of allowing the reverse proxy layer to rewrite them. I'm using proxyPort="443" and proxyName="www.url.com" in two connector port directives, which does rewrite the hostname correctly - but I cannot seem to get it to add the customername part. Is there another proxy* directive I'm missing? Adding proxyName="www.url.com/customername" doesn't appear to have an effect. Currently, the first hit on the reverse proxy rewrites the URL correctly and hits the TomCat server, but this sends back a response which triggers a request to the reverse proxy written (incorrectly) as https://www.url.com/bo/foo - which fails. (Notice that the customername is missing.) Any help or pointers in the right direction (or at the piece of documentation that I've failed to grok) would be greatly appreciated. Thanks in advance. Best regards, -->Gar -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFGU0BRK36C50PvIR8RArAJAJ9NkfE4rgQpzNEpr4mZKAw5UzCSCgCZAdiO 0qqaPxhtnalORTA8OQZrtQI= =wlEN -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]