https from client to web server, http from web server proxy to tomcat,

2005-09-27 Thread nawar
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,

RE: https from client to web server, http from web server proxy to tomcat,

2005-09-27 Thread Wick, Daniel
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