如何让IntelliJ使用我的本地tomcat应用服务器?
我有一个应用程序,我需要在我的本地tomcat服务器上运行,但我找不到在任何地方使用它的选项。我找到的所有指南都说我必须去File |设置,并在'Application Server'下添加带有我的参数的tomcat。但是,Tomcat根本不在列表中。当我点击加号时,我看到的所有内容都是Jetty,Weblogic,Google App Engine,Resin和JSR45服务器。我是否错过了将Tomcat包含在此列表中的步骤还是存在其他问题?
I have an application I need to run on my local tomcat server, but I can't find the option to use it anywhere. All the guides I find say I have to go to File | Settings, and under 'Application Server' add the tomcat with my parameters. However, Tomcat isn't in the list at all. When I click the plus sign, all I see available to me are Jetty, Weblogic, Google App Engine, Resin and JSR45 server. Did I miss a step to include Tomcat in this list or is there some other problem?
编辑:使用IntelliJ Ultimate版本10.5.1
Using IntelliJ Ultimate version 10.5.1
转到文件 - >设置,选择插件并启用Tomcat集成插件。
Go to File->Settings, select "Plugins" and enable the "Tomcat integration" plugin.