/WEB-INF/classes/ 와 /WEB-INF/lib 의 변경되면, 웹 에플리케이션에서 자동으로 재로딩 되도록 Tomcat의 classes 폴더를 모니터링하려면,
%CATILINA_HOME%/conf/server.xml 의 <Context> 의 속성중 reloadable 의 속성을 true 로 셋팅합니다.
server.xml 에 Context 가 없는 경우 context.xml 확인
1 2 3 4 5 | <!--context.xml--> <Context reloadable="true"> <!--server.xml--> <Context path="/" docBase="d:/publicclass" debug="0" reloadable="true" crossContext="true"/> | cs |
'프로그램' 카테고리의 다른 글
[이클립스] 이클립스에서 SVN Import 하는 방법 (0) | 2014.05.16 |
---|---|
[메신저] 네이트온 이전 대화내용 확인방법 (0) | 2014.05.04 |
[svn] VISUAL SVN SERVER 설치 및 설정방법 (0) | 2014.05.01 |
[이클립스] 자동정렬 단축키 (0) | 2014.04.10 |
[was][tomcat] Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. (0) | 2014.04.08 |