myeclipse 需要任何服务器配置吗?
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 MyEclipse 中,有很多预定义的服务器,还有两个集成的沙箱:
要修改这些设置,请转到
Window/Preferences/MyEclipse/Servers
默认情况下启用集成服务器配置,并且当您创建 Web 应用程序时,将使用内联 tomcat 的库和类。
但是,如果您在计算机上的某处设置了自己的 tomcat/其他 Web 服务器,则只需禁用集成沙箱中的服务器,然后配置您想要使用的服务器即可。
下面的屏幕截图可能会有所帮助:
In MyEclipse there are a lot of predefined servers, and also two integrated sandboxes:
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: