Eclipse modifies server.xml each time run the project (Run-->Run on Server)

后端 未结 7 1693
走了就别回头了
走了就别回头了 2021-02-04 05:04

I\'m using Tomcat 7 on Eclipse Juno. I use workspace metadata as server location (Please see my tomcat configurations below).

7条回答
  •  忘掉有多难
    2021-02-04 05:58

    Make sure that the path in the server.xml is same as in the Web project Settings.

    To see the Web Project Settings: Right click on the project >> Properties >> Web Project Settings.

    Always give the project path over here. The path in server.xml will automatically updated.

提交回复
热议问题