Where is the “work” directory located for a Tomcat instance running in Eclipse?

前端 未结 7 885
隐瞒了意图╮
隐瞒了意图╮ 2021-01-31 03:42

In Eclipse you can configure numerous servers to run inside the IDE, including Tomcat. Depending on your Tomcat configuration, at some point in the life cycle of a webapp your J

7条回答
  •  不思量自难忘°
    2021-01-31 04:04

    Go to "Servers" window -> double click on your tomcat instance -> clik "Open launch configuration" -> go to "Arguments" tab.

    Look for variable definition like this:

    -Dcatalina.base="/Users/dirtyaffairs/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0"
    

提交回复
热议问题