시스템/wildfly
Jsp 자동 반영안될경우 옵션 추가
cbwstar
2022. 11. 30. 08:25
728x90
반응형
jboss
standalone-ha.xml
-- 기존
<servlet-container name="default">
<jsp-config/>
<websockets/>
</servlet-container>
-- 변경
<servlet-container name="default">
<jsp-config development="true" check-interval="1" modification-test-interval="1" recompile-on-fail="true"/>
<websockets/>
</servlet-container>
728x90
반응형