How can I secure tomcat's application manager with ssl ? I already have the certificates for the site.
Thanks
|
feedback
|
|
Define the admin app inside a SSL connector. | |||
|
feedback
|
|
you can use nginx or apache in front of your tomcat to control access easily. | |||||
feedback
|
|
You could try adding user-data-constraints in tomcat manager's web.xml. That might do the trick:
Maybe insert them before the /security-contraint closing tag in the HTML Manager commands section of that web.xml: | |||
|
feedback
|