[Tomcat/톰캣] Publishing the configuration…

sbj·2023년 12월 11일
0

ERROR.zip

목록 보기
9/19

Problem (문제)

Dynamic Webproject 톰캣 10.1 서버에 올리려하는 상황에서 ‘Publishing the configuration..’의 에러가 발생.


Cause (원인)

경우의 수

  1. server.out.xml 파일이 존재하지 않는다
  2. Tomcat configuration에 문제가 있고, 이로 인해 path를 찾지 못한다.

Solution (해결법)

  1. Desktop/apache-tomcat-10.1.16/conf/

해당 경로에 server.xml 파일이 있는지 확인한다.

  1. Tomcat 서버 삭제하고 다시 추가하기.

    난 이 방법으로 해결되었다. ;

    1. Click on Server tab and delete it.
    2. Again Add it and add to your project.
    3. Clean the tomcat directory and restart it.
profile
Strong men believe in cause and effect.

0개의 댓글