./categories/server
IntelliJ Tomcat JSP 핫리로드
목적
IntelliJ에서 JSP 수정 시 Tomcat 재배포 없이 반영.
설정
- Run → Edit Configurations → Tomcat
- Deployment 탭 →
war exploded편집 - Output directory →
src/main/webapp(프로젝트 경로)
확인
JSP 수정 후 브라우저 새로고침만으로 반영.
./comments
일치하는 문서가 없습니다.
./categories/server
IntelliJ에서 JSP 수정 시 Tomcat 재배포 없이 반영.
war exploded 편집src/main/webapp (프로젝트 경로)JSP 수정 후 브라우저 새로고침만으로 반영.
./comments