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
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
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,
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