Re: Tomcat 5, proxy and SSL accelerators

2004-07-08 Thread Tim Funk
If you need to replace http with https - see if using a Filter with HttpServletRequestWrapper would work. (where you override isSecure() and a few other choice methods) -Tim Graham Leggett wrote: Hi all, I have a tomcat server running behind an SSL accelerator. I have used the proxyName and

Tomcat 5, proxy and SSL accelerators

2004-07-07 Thread Graham Leggett
Hi all, I have a tomcat server running behind an SSL accelerator. I have used the proxyName and proxyPort config settings to make sure the real name of the server is used by the web application, but I can find no way of telling the web app that it is running on a secure server. Our server