<!-- Automatisch alle requests redirecten naar https -->
<security-constraint>
<web-resource-collection>
<web-resource-name>Automatic SSL Forward</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>
CONFIDENTIAL
</transport-guarantee>
</user-data-constraint>
</security-constraint>
출처 : http://sysengineers.wordpress.com/2011/03/16/tomcat-automatic-redirect-https/
[…] java 소스반영. db연결 설정 변경 IP주소를 컨테이너 이름 (oracle)으로 변경. tomcat redirect 설정: web.xml파일 <web-app>에 <security-constraint>추가 톰캣 재시작시 로딩이 […]
답글삭제