> For the complete documentation index, see [llms.txt](https://www.pentestwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pentestwiki.com/web-application/java/java-web-application/web-inf.md).

# WEB-INF

WEB-INF는 Java 기반 웹 애플리케이션에서 설정 파일, 클래스 파일 등을 저장하며, 기본적으로 외부에서 접근하지 못하는 보호 디렉토리입니다. 일반적으로 WAR(Web Application Archive) 구조 안에 포함됩니다.
