Programming/Spring
[eGovFrame/전자정부 프레임워크] JEUS8 Context-path 설정
생각하는로뎅
2022. 4. 22. 10:56
반응형
1. 프로젝트 경로에 jeus-web-dd.xml 파일 생성
...\src\main\webapp\WEB-INF\jeus-web-dd.xml
2. jeus-web-dd.xml 파일 내용 삽입
<context-path> 설정
<?xml version="1.0" encoding="UTF-8"?>
<jeus-web-dd xmlns="http://www.tmaxsoft.com/xml/ns/jeus">
<context-path>/</context-path>
<encoding>
<response-encoding>
<default>EUC-KR</default>
</response-encoding>
</encoding>
</jeus-web-dd>
3. Server clean 후 테스트
반응형