Java Intellij 终极版中未启用应用程序服务器选项卡
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21605068/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Application servers tab not enabled in Intellij ultimate edition
提问by felixthecar
So, after several years using Eclipse I finally decided to give IntelliJ a chance (ultimate edition). I added the tomcat server in the file->settings... option. The tomcat integration plugin is also enabled in the plugin list. Hitting Control + Shift + A and typing "Application Servers" will show me a "disabled" option. The same happens in the View menu. So, how can I enable the tab, deploy and manage my web apps? Thanks :)
所以,在使用 Eclipse 几年后,我终于决定给 IntelliJ 一个机会(终极版)。我在 file->settings... 选项中添加了 tomcat 服务器。插件列表中也启用了tomcat集成插件。按 Control + Shift + A 并输入“Application Servers”将显示“禁用”选项。在“视图”菜单中也会发生同样的情况。那么,如何启用选项卡、部署和管理我的 Web 应用程序?谢谢 :)
采纳答案by Darek Kay
For this tool window to be available, the Application Servers View plugin must be enabled and there must be at least one application server run/debug configuration in your project.
要使此工具窗口可用,必须启用 Application Servers View 插件,并且您的项目中必须至少有一个应用程序服务器运行/调试配置。
Source: http://www.jetbrains.com/idea/webhelp/application-servers-tool-window.html
来源:http: //www.jetbrains.com/idea/webhelp/application-servers-tool-window.html