关于 Eclipse中的Web项目 部署的文件位置 查看jsp源码的部署位置

使用 eclipse 开发web项目 会默认 部署在 工作目录下:

.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps

在这里 我的工作目录是 F:\work

所以 web的项目 部署的位置应该是:

F:\work\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps

在使用jsp 的时候

需要查看 jsp的 对应 Servlet 源码

需要查看 .metadata\.plugins\org.eclipse.wst.server.core\tmp0\work\Catalina\localhost

也就是 F:\work\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\work\Catalina\localhost

这个地址

可在 项目 中找到 jsp的源码。

 

 

你可能感兴趣的:(关于 Eclipse中的Web项目 部署的文件位置 查看jsp源码的部署位置)