아래 설정의 scheme과 proxyPort 를 이용해서 Tomcat 서버의 보안을 높일 수 있다.

 

<Connector maxPostSize="80000" enableLookups="false" port="10000" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" scheme="https" proxyPort="443"/>

 

 

* 참고자료

 

http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

 

http://pwu-developer.blogspot.com/2011/04/securing-tomcat-with-apache-web-server.html

 

 

Posted by '김용환'
,