반응형

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 후 테스트

 

반응형