Servers/Tomcat v6.0 Server at localhost-config/server.xml

<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"
        useBodyEncodingForURI="true"/>


자신의 project최상위 폴더/WebContent/WEB-INF/web.xml

<filter>
	  <filter-name>struts2</filter-name>	  
	  <filter-class>
		  org.apache.struts2.dispatcher.FilterDispatcher
	  </filter-class>
  	<init-param>
  		<description>한글인코딩하기, FilterDispatcher실행중에
  				struts.i18n.encoding의 값을 찾아서 셋팅합니다  			
  		</description>
  		<param-name>struts.i18n.encoding</param-name>
  		<param-value>UTF-8</param-value>
  	</init-param>
  </filter>



여러번 하는것 같다.....ㅡㅡ;

'Struts2 > 2012.04월 강좌(MySQL)' 카테고리의 다른 글

2일차 form  (0) 2012.06.05
1일차 interceptor  (0) 2012.06.04
1일차 form  (0) 2012.06.04
1일차 랜덤한 이미지  (0) 2012.06.04
1일차 기본 페이지 설정 및 요청  (0) 2012.06.04

+ Recent posts