LB, > > We currently use SSL at the Sun One Web Server front end, > then standard http from the proxy connection to tomcat.
I believe you should have this type of setup: Client ->https->Sun WS ->http->Tomcat (proxy) Client <-https<-Sun WS <-http<-Tomcat (reverse proxy) > > 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:" I believe this would be corrected with reverse proxy. Tomcat shouldn't send directly back to the client. It should send it to your web server to be proxied back to the client. Hope that helps you. --Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]