Tomcat webapps directory in windows

前端 未结 2 1403
野趣味
野趣味 2021-02-15 18:45

I am right now using eclipse to develop a simple web application and I am using Tomcat as web server. I have configured Tomcat in Eclipse and my application runs fine.

2条回答
  •  北海茫月
    2021-02-15 19:20

    right-click on the web project and select Run As then Run Configurations...

    From the Arguments tab, the tomcat deploy path is provided as a VM argument with the name -Dwtp.deploy

提交回复
热议问题