nbsp; </description> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> 注释掉<auth-constraint>标签下的内容 <auth-constraint> <!-- Anyone with one of the listed roles may access this area --> <role-name>tomcat</role-name> <role-name>role1</role-name> </auth-constraint> 在web-resource-collection 标签下,增加如下内容: <url-pattern>/*</url-pattern> 重新启动Apache和tomcat, 访问 http://localhost/jsp-examples/sessiontest.jsp是可是访问的,这是系统提示用户出示证书,启用SSL加密通道,SSL建立后,返回结果。URL变为https://localhost:8443/jsp-examples/sessiontest.jsp
上一页 [1] [2] [3] [4]
|
|