Tomcat 보안 취약점 [error 페이지 설정] > Middleware 자료실

본문 바로가기

사이트 내 전체검색

뒤로가기 Middleware 자료실

JBoss Tomcat 보안 취약점 [error 페이지 설정]

페이지 정보

작성자 yunbin 작성일 24-01-14 13:58 조회 499 댓글 0

본문

 

설정 파일 : /[Tomcat Dir]/conf/web.xml
<welcome-file-list>
<welcome-file>index.html</welcome-file>
 <welcome-file>index.htm</welcome-file>
</welcome-file-list>
<error-page>
 <error-code>404</error-code>
 <location>/error.jsp</location>
</error-page>
<error-page>
 <error-code>500</error-code>
 <location>/error.jsp</location>
</error-page>

## server.xml 설정
<Connector port="8080" protocol="HTTP/1.1" server="노출문자"

댓글목록 0

등록된 댓글이 없습니다.

Copyright © 소유하신 도메인. All rights reserved.

사이트 정보

회사명 : (주)리눅스데이타시스템 / 대표 : 정정모
서울본사 : 서울특별시 강남구 봉은사로 114길 40 홍선빌딩 2층 / tel : 02-6207-1160
대전지사 : 대전광역시 유성구 노은로174 도원프라자 5층 / tel : 042-331-1161

PC 버전으로 보기