웹서버 재기동 없이 클래스, xml, properties 파일 추가 가능
struts.properties
struts.class.reloading.watchList = /WEB-INF/classes
struts.devMode = true
web.xml
<context-param>
<param-name>contextClass</param-name>
<param-value>org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext</param-value>
</context-param>
/WEB-INF/lib
commons-jci-fam-1.0.jar 파일 추가
끝.
'Struts' 카테고리의 다른 글
Struts2 + Tiles2 + Freemarker 설정 (0) | 2011.09.14 |
---|---|
Struts2 + Freemarker 상수 (1) | 2011.09.11 |
Struts2 + Freemarker 성능 튜닝 (0) | 2011.09.11 |
Struts2 FreemarkerManager를 이용한 공통 변수 (0) | 2011.08.26 |
There is no Action mapped for namespace / and action name . - [unknown location] (0) | 2011.07.22 |
댓글