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

前端 未结 7 895
隐瞒了意图╮
隐瞒了意图╮ 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 03:47

    You can change it by setting scratchDir parameter in web.xml configuration of your server (in Servers project, not in your application web.xml!).

提交回复
热议问题