如何手动安装/配置或设置 tomcat 7?

发布于 2024-12-01 09:46:13 字数 216 浏览 1 评论 0原文

我从这里下载了apache-tomcat-7.0.20.tar.gz => http://tomcat.apache.org/download-70.cgi

现在我该怎么办手动安装/配置它以使用 eclipse 运行 springframework 项目?

I downloaded apache-tomcat-7.0.20.tar.gz from here => http://tomcat.apache.org/download-70.cgi

Now how can i install/configure it manually to run springframework project with eclipse?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

¢好甜 2024-12-08 09:46:13

您必须在 Eclipse 中注册 Tomcat 服务器(Window -> Preferences,然后选择 Server -> Runtime Environments)。此后,您将能够直接从 Eclipse 部署您的项目。

You have to register your Tomcat server in Eclipse (Window -> Preferences and then select Server -> Runtime Environments). After this you will be able to deploy your projects directly from Eclipse.

旧伤还要旧人安 2024-12-08 09:46:13

您不需要安装 Tomcat。只需解压它并从 bin 目录中的 startap.sh 或(在 Windows 上为 startup.bat)启动即可。

您也可以将其安装为 Windows 服务或 unix 守护进程,请参阅文档: http ://tomcat.apache.org/tomcat-7.0-doc/setup.html

You do not need to install Tomcat. Just unpack it and start with the startap.sh or (startup.bat on windows) which is in the bin directory.

Also you can install it as a windows service or unix daemon, refer to the docs: http://tomcat.apache.org/tomcat-7.0-doc/setup.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文