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

본문 바로가기
사이트 내 전체검색

Middleware 자료실

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

페이지 정보

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

본문

 

설정 파일 : /[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="노출문자"

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
1,066
어제
1,872
최대
3,935
전체
808,920
Copyright © www.linuxdata.org All rights reserved.