Re: SSL Accelerator - Front ending Tomcat

2009-01-07 Thread Brian Clark
From: Rainer Jung To: Tomcat Users List Sent: Tuesday, October 14, 2008 9:46:56 AM Subject: Re: SSL Accelerator - Front ending Tomcat Mike Koponick schrieb: > Hello Everyone, > > I have not been a frequent administrator of Tomcat, but it seems th

Re: SSL Accelerator - Front ending Tomcat

2008-10-14 Thread Rainer Jung
Mike Koponick schrieb: > Hello Everyone, > > I have not been a frequent administrator of Tomcat, but it seems that > I am becoming one! > > So, Here is my setup, I using an SSL accelerator in front of a Tomcat > server running two instances. When I try to access the website, the > webserver (righ

Re: SSL Accelerator - Front ending Tomcat

2008-10-13 Thread Brian Clark
on is SSL-enabled, you have to write code to force the kind of URL that you want. For our HTTP apps, we had to make sure that HTTP URL's were generated. Hope this helps. Brian - Original Message From: Martin Gainty <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday,

RE: SSL Accelerator - Front ending Tomcat

2008-10-13 Thread Martin Gainty
all your connections are all defined in $TOMCAT_HOME/conf/server.xml if you provide information on who/what/why/how specific security features you want your website to implement we can be of point you in the right direction check out http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html also p