myeclipse 需要任何服务器配置吗?

发布于 2024-10-20 00:26:23 字数 89 浏览 1 评论 0原文

我是 myeclipse 的新手。 myeclipse 中没有像动态 Web 项目这样的选项。这里如何运行Web项目?它不需要像 tomcat 这样的服务器配置吗?

i'm new to myeclipse. There is no option like dynamic web project in myeclipse. How to run web projects here? doesn't it require any server configurations like tomcat ?

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

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

发布评论

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

评论(1

微凉徒眸意 2024-10-27 00:26:23

在 MyEclipse 中,有很多预定义的服务器,还有两个集成的沙箱:

  • 一个用于数据库:Derby
  • 一个用于 Web 服务器:Tomcat

要修改这些设置,请转到 Window/Preferences/MyEclipse/Servers
默认情况下启用集成服务器配置,并且当您创建 Web 应用程序时,将使用内联 tomcat 的库和类。

但是,如果您在计算机上的某处设置了自己的 tomcat/其他 Web 服务器,则只需禁用集成沙箱中的服务器,然后配置您想要使用的服务器即可。

下面的屏幕截图可能会有所帮助:
myeclipse 服务器设置

In MyEclipse there are a lot of predefined servers, and also two integrated sandboxes:

  • one for database: Derby
  • one for web server: Tomcat

To modify these settings, go to Window/Preferences/MyEclipse/Servers
The integrated server configurations are enabled by default, and when you create a web application, the inline tomcat's libraries and classes are used.

However, if you have your own tomcat / other web server set up somewhere on your machine, you can simply disable the one in integrated sandbox, and configure the one you'd like to use.

The screenshot below might help a bit:
myeclipse server setup

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