jeus-web-dd.xml 파일에서 다음과 같이 설정한다.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <?xml version="1.0" encoding="UTF-8"?> <jeus-web-dd xmlns="http://www.tmaxsoft.com/xml/ns/jeus" version="6.0"> <context-version>0</context-version> <context-version-timeout>60</context-version-timeout> <context-path>/</context-path> <enable-jsp>true</enable-jsp> <auto-reload> <enable-reload>true</enable-reload> <check-on-demand>false</check-on-demand> </auto-reload> <max-instance-pool-size>-1</max-instance-pool-size> <webinf-first>false</webinf-first> <attach-stacktrace-on-error>false</attach-stacktrace-on-error> </jeus-web-dd> | cs |
enable-reload의 값을 true로 하면 Class가 변경될 때 자동으로 리로드한다.
그러나 XML이나 다른 파일들은 리로드 하지 않는다.
check-on-demand은 요청이 왔을 때 리로드를 할 것인지를 설정한다.
'프로그램' 카테고리의 다른 글
[tomcat] 톰켓 웹 수정사항 적용이 안되는 경우 (0) | 2014.08.05 |
---|---|
[was][jeus] Include된 JSP 파일 변경시 자동 반영 설정 (0) | 2014.08.01 |
[was][jeus] include한 JSP. 자동으로 빌드 설정. (0) | 2014.08.01 |
[이클립스] Errors running builder 'JavaScript Validator' 오류 (1) | 2014.07.07 |
[webtob] 웹투비 계정 관리 및 보안 설정 (0) | 2014.07.01 |