Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚在 Linux Mint 上安装了 tomcat6 如果我使用启动 Tomcat
sudo /etc/init.d/tomcat6 start
我可以在 localhost:8080/ 上 看到欢迎页面
因为我是 tomcat 的新手,所以我看不出有什么区别。 从 Eclipse 启动时,tomcat 是否使用不同的运行环境?
是的。Eclipse 仅使用 tomcat 二进制文件并在您的工作区元数据下重新创建配置、webapp 结构等,并通过发布到其中执行您的 Web 应用程序。它不会从 tomcat 安装中继承 webapps 文件夹。
检查<workspace>\.metadata\.plugins\org.eclipse.wst.server.core\tmp0以找到您的 eclipse 驱动的 tomcat 部署。
<workspace>\.metadata\.plugins\org.eclipse.wst.server.core\tmp0