반응형
보안취약점 조치로 WebLogic에 있는 웹애플리케이션(Web Application) 호출 시에 directory indexing을 방지하기 위해서는 아래와 같이 설정하면 된다
파일 위치 : 웹애플리케이션/WEB-INF/weblogic.xml
[weblogic.xml 파일]
<container-descriptor>
<index-directory-enabled>false</index-directory-enabled>
</container-descriptor>
'WAS > WebLogic' 카테고리의 다른 글
[Tips] WebLogic에 gzip 압축 설정 (0) | 2021.06.28 |
---|---|
[정보] HTTP 에러코드별 에러페이지 출력 방법 (0) | 2021.06.14 |
[Tips] WebLogic 플러그인 정보 및 Runtime 통계 보기 (0) | 2020.03.20 |
[Tips] WebLogic Threads 모니터 (0) | 2020.03.14 |
[Tips] WebLogic에서 HTTP Basic Authentication 사용 시 주의사항 (0) | 2020.03.01 |