Tomcat webapps directory in windows

前端 未结 2 1404
野趣味
野趣味 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:11

    Found out the location. Double clicked on tomcat server inside eclipse and got the server path. something like this .. C:\EclipseWorkspace.metadata.plugins\org.eclipse.wst.server.core\tmp0

    The location of the web app will be in the .metadata folder inside eclipse workspace (chk server path) and the converted jsp files can be found in location as given below.

    serverpath\work\Catalina\localhost\loginApp\org\apache\jsp

    @Admins ... This question can be closed or what ever action needs to be taken.

    Thanks.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题