서버 재시작 없이 jsp 바로 반영하려면...
tomcat의 web.xml에 다음 조건을 추가한다.
<init-param>
<param-name>development</param-name>
<param-value>true</param-value>
</init-param>
tomcat 설정 > Modules > Edit > Reload Enabled 조건을 체크 해제한다.
반응형
'백엔드' 카테고리의 다른 글
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis (2) | 2023.08.24 |
---|---|
MyBatis: Mapped Statements collection already contains value for ~ 에러 (0) | 2023.08.24 |
javax.el.ELException: Cannot convert [2023-08-22 23:48:47.0] of type [class java.lang.String] to [class java.util.Date] 에러 (0) | 2023.08.23 |
web.xml 에 에러 (0) | 2023.08.23 |
POJO란? (0) | 2023.08.22 |