Reputation: 4691
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
Reputation: 202
Search in your eclipse workspace.
Workspace-> .metadata -> .plugins\org.eclipse.wst.server.core\ and then tmp[number]\wtpwebapps\project name
Upvotes: 1