蓝锋博客(镜像: http://bluesfeng.javaeye.com)

  博客园 :: :: 博问 :: 闪存 :: :: :: :: 管理 ::

在应用程序的配置文件web.xml中的之前加入:

	<security-constraint>
<web-resource-collection>
<web-resource-name>Restricted URLs</web-resource-name>
<url-pattern>/</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>

关键字:Tomcat, SSL, Web, 配置 

posted on 2010-09-01 05:49  蓝锋  阅读(1355)  评论(0编辑  收藏  举报