Re: Tomcat 5.0.28 - SSL Setup

2007-07-27 Thread Jeffrey C. Baldwin
Lyallex, That worked! Thank you! I had copied and pasted from the TomCat SSL HowTo, but that didn't work... I appreciate your time! Now, on to other TomCat problems this server failure is killing me! -jeff Lyallex wrote: The first thing that strikes me is that you have not defined a

Re: Tomcat 5.0.28 - SSL Setup

2007-07-26 Thread Lyallex
The first thing that strikes me is that you have not defined a connector for port 8443, here's one of mine (Tomcat 5.5.23) I think you probably need this because (at the very least) you have 'redirectPort="8443"' in your non ssl Connector config Rgds Duncan On 7/26/07, Jeffrey C. Baldwin