728x90
서버 탭 > tomcat server at localhost 탭 > server option > Serve modules without publishing 체크
1. Serve modules without publishing 체크 안함
- tomcat 세팅에서 설정된 server path > deploy path로 의존하는 모듈들이 퍼블리싱된다.
- 메인 프로젝트는 의존하는 모듈을 참조한다.
- class 파일 이외에 다른 파일들은 퍼블리싱 안될 수 있다.
2. Server modules without publishing 체크함
- 메인 프로젝트는 의존하는 모듈(프로젝트 등)을 퍼블리싱 하지 않고 직접 참조한다.
The server cannot be saved for the following reasons: [Overview] The server must be stopped before a change to the "Publish module contexts to separate XML files" setting can be saved.
* 체크 후 위와 같은 오류가 떴을 때 해결방법 :
설정을 변경하기 전 서버를 반드시 정지해야 변경사항이 저장된다는 내용이다.
서버 중지했다가 저장하면 잘된다
정리 출처 : https://www.reimaginer.me/entry/tomcat-options-Serve-modules-without-publishing-%EC%9D%B4%EB%9E%80
728x90
'TOOL > Eclipse' 카테고리의 다른 글
[Eclipse] 이클립스 internal error 해결 (2) | 2023.02.03 |
---|---|
[Eclipse] 이클립스 디버깅 (0) | 2023.01.01 |
[Eclipse] Dynamic Web Project에서 pom.xml 사용하기 (0) | 2022.12.28 |
[Eclipse] 이클립스 단축키 (0) | 2022.12.21 |
[Eclipse] Dynamic Web Project 프로젝트 구조 (0) | 2022.12.21 |