> From what I could figure out, I need to do a > 'SSLEngine on' in the virtualhost in httpd.conf.
Yup, that is an Apache thing (need a few other things too) > Do I need to have two WARP connectors defined? On for > the SSL and one for non-SSL servlets? Yes, because you want to make sure that you have the appropriate config setup in the server.xml files (ie making sure it reports back it is secure).. Have a look here: http://www.codesta.com/knowledge/technical/tomcat_warp_apache/ It covers all of this for you (this is for Apache 1.3x). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
