简体   繁体   English

在Apache Tomcat上找到我已部署的Web应用程序的位置

[英]where to find my deployed web app on Apache Tomcat

I am having problem in finding my web-app in apache tomcat's installation directory after being deployed( from eclipse). 部署后(从Eclipse中),我无法在apache tomcat的安装目录中找到我的Web应用程序。

Eclipse shows that installation directory of sever is /usr/lib/apache-tomcat-7.0.47 . Eclipse显示服务器的安装目录为/usr/lib/apache-tomcat-7.0.47 But, i reach there and search under webapps folder i can not find my my project there. 但是,我到达那里并在webapps文件夹下搜索,我在那里找不到我的项目。 webapps folder shows docs examples host-manager manager ROOT folders only. webapps文件夹仅显示docs examples host-manager manager ROOT文件夹。

Note- Project is deployed successfully from eclipse and is in running condition. 注-从Eclipse成功部署了项目,并且该项目处于运行状态。

Please let me know if i am following wrong path. 如果我走错了路,请告诉我。

Search in your eclipse workspace. 在您的Eclipse工作区中搜索。

Workspace-> .metadata -> .plugins\\org.eclipse.wst.server.core\\ and then tmp[number]\\wtpwebapps\\project name 工作区-> .metadata-> .plugins \\ org.eclipse.wst.server.core \\,然后是tmp [number] \\ wtpwebapps \\ project名称

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM