Ssl – How to secure tomcat’s manager with ssl

ssltomcat

How can I secure tomcat's application manager with ssl ? I already have the certificates for the site.

Thanks

Best Answer

Define the admin app inside a SSL connector.

http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html

Related Topic