Gaurav Gupta
Gaurav Gupta

Reputation: 4691

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 shows that installation directory of sever is /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 folder shows docs examples host-manager manager ROOT folders only.

Note- Project is deployed successfully from eclipse and is in running condition.

Please let me know if i am following wrong path.

Upvotes: 0

Views: 1655

Answers (1)

Pavan JDev
Pavan JDev

Reputation: 202

Search in your eclipse workspace.

Workspace-> .metadata -> .plugins\org.eclipse.wst.server.core\ and then tmp[number]\wtpwebapps\project name

Upvotes: 1

Related Questions