简体   繁体   English

Intellij 终极版中未启用应用程序服务器选项卡

[英]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) .所以,在使用 Eclipse 几年后,我终于决定给 IntelliJ 一个机会(终极版) I added the tomcat server in the file->settings... option.我在 file->settings... 选项中添加了 tomcat 服务器。 The tomcat integration plugin is also enabled in the plugin list.插件列表中也启用了tomcat集成插件。 Hitting Control + Shift + A and typing "Application Servers" will show me a "disabled" option.按 Control + Shift + A 并输入“Application Servers”将显示“禁用”选项。 The same happens in the View menu.在“视图”菜单中也会发生同样的情况。 So, how can I enable the tab, deploy and manage my web apps?那么,如何启用选项卡、部署和管理我的 Web 应用程序? 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.要使此工具窗口可用,必须启用 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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在 IntelliJ Ultimate Edition 中创建 Servlet - Cannot create Servlet in IntelliJ Ultimate Edition 无法在Intellij 2019.1.3 Ultimate Edition中安装Maven依赖项 - Can't install maven dependency in Intellij 2019.1.3 Ultimate Edition 无法在Intellij Ultimate Edition 2017中创建新的Gradle项目 - Can't create a new Gradle project in Intellij Ultimate Edition 2017 无法在Intellij 15 Ultimate Edition中远程调试JSP - Can not remote debug JSP in Intellij 15 Ultimate Edition IntelliJ IDEA 2020.3.1(终极版)U-203.6682.168 - 无法解析符号 - Java 类 - IntelliJ IDEA 2020.3.1 (Ultimate Edition) U-203.6682.168 - Cannot resolve symbol - Java classes IntelliJ IDEA Ultimate Edition 将我的所有 Spring 引导属性标记为未使用 - IntelliJ IDEA Ultimate Edition marks all my Spring Boot properties as unused 从Mac上的IntelliJ Ultimate Edition启动Tomcat 8.0.27时看不到Tomcat主页 - Not able to see Tomcat homepage when starting Tomcat 8.0.27 from IntelliJ Ultimate Edition on Mac 无法在 Intellij Ultimate 上找到新 Web 应用程序的选项 - Cannot Find Option for New Web application on Intellij Ultimate 使用 Intellij IDEA 开发 Springboot 应用程序 - Ultimate Version 2018 - Developing Springboot Application using Intellij IDEA - Ultimate Version 2018 使用IntelliJ IDEA 13社区版创建一个基本的Spring Core应用程序 - Creating a basic spring core application with intellij idea 13 community edition
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM