We have an application from a 3rd party vendor that appears to be clueless on
how to support tomcat.

We currently use SSL at the Sun One Web Server front end, then standard http
from the proxy connection to tomcat.

The application has 5 modules, 4 of the modules work fine in this configuration,
in that the code returned to the webserver appears to remember that it came
"from" an https:// address.

Unfortunately, one of the modules (the most important one of course), refuses to
send the information back with "https:" - it constantly sends back "http:"

Since we are not using https between tomcat and the iPlanet proxy, the normal
proxyHost proxyPort (https.proxyHost and https.proxyPort) do not appear to help,
as they try and force https communications between Tomcat and iPlanet.

What I really need is a simple string translation, or other method that tells
Tomcat to send any responses back with "https:" in the string, but not to use
SSL for the communications.

Thanks,

LB

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to