简体   繁体   中英

Application servers tab not enabled in Intellij ultimate edition

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 :)

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.

Source: http://www.jetbrains.com/idea/webhelp/application-servers-tool-window.html

确保在 intelliJ 的插件中启用了“JavaEE:EJB、JPA、Servlets”插件(文件 > 设置 > 插件 ['已安装' 选项卡])

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM