读好书,交益友
发布时间:2019-06-21 14:23:22
修改/apache-tomcat-8.5.35/conf的web.xml在</web-app>标签前,添加 <login-config> <!-- Authorization setting for SSL --> <auth-method>CLIENT-CERT</auth-method> <realm-name>Client Cert Users-only Area</realm-name> </login-config> <security-constraint> <!-- Authoriz.........【阅读全文】