简体   繁体   English

Eclipse Neon(4.6.3)Tomcat调试服务器菜单已禁用

[英]Eclipse Neon (4.6.3) Tomcat debug server menu is disabled

I am attempting to move a legacy java application that has been running under Jetty over to Tomcat 8. To this end I want to launch the java app in a Tomcat 8 debug configuration from Eclipse so I can work through all the problems in the code and configuration. 我试图将在Jetty下运行的旧版Java应用程序移至Tomcat8。为此,我想在Eclipse的Tomcat 8调试配置中启动Java应用程序,以便解决所有代码中的问题。组态。 However, when I open the Tomcat section of the Debug Configurations and add a new configuration the server menu is disabled and greyed out. 但是,当我打开“调试配置”的“ Tomcat”部分并添加新配置时,服务器菜单被禁用并显示为灰色。

Image of Tomcat Debug Configuration Tomcat调试配置的图像

I have created and recreated the Tomcat server in the Server Configuration panel of Window/Preferences multiple times but the server select remains disabled in the Debug Configurations. 我已经多次在“窗口/首选项”的“服务器配置”面板中创建并重新创建了Tomcat服务器,但是在“调试配置”中仍然禁用了服务器选择。

Tomcat 8 server configuration Tomcat 8服务器配置

Any help on this would be appreciated. 任何帮助,将不胜感激。

You would instead define and control Tomcat instances from the Servers View . 您可以从“ 服务器视图”中定义和控制Tomcat实例。 The Launch Configuration dialog can't present the necessary UI for controlling the aspects of a server handled in configuration files, nor control which set of projects you're trying to include as apps on that server instance. “启动配置”对话框无法提供必要的UI,以控制配置文件中处理的服务器的各个方面,也无法控制您试图将哪些项目集作为该应用程序实例上的应用程序包括在内。

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

相关问题 在Eclipse Neon的Target Runtime上未列出Tomcat服务器 - Tomcat server not listed on Target Runtime on eclipse Neon 如何在STS Eclipse Neon.3(4.6.3)中设置Oracle Weblogic Server 11g 10.3.6 - how to setup oracle weblogic server 11g 10.3.6 in STS Eclipse Neon.3 (4.6.3) Eclipse Neon Neon.3 Release(4.6.3)错误消息 - Eclipse neon Neon.3 Release (4.6.3) error message 无法在Eclipse Neon中运行tomcat - Could not run tomcat in Eclipse neon 将tomcat9添加到Eclipse霓虹灯 - Add tomcat9 to Eclipse neon Eclipse无法在调试模式下启动tomcat-7服务器 - Eclipse not starting tomcat-7 server in debug mode Eclipse Project Facet:Java 1.8在导入的Git项目上不可见(Eclipse Neon 3、4.6.3) - Eclipse Project Facet: Java 1.8 not visible on imported Git project (Eclipse Neon 3, 4.6.3) Eclipse Neon.3版本(4.6.3)的m2e和Groovy-Eclipse插件 - m2e and Groovy-Eclipse plugins for Eclipse Neon.3 Release (4.6.3) 在Eclipse(Neon3 4.6.3)中是否有任何禁用CDT C / C == Search的设置功能? - Are ther any setup features which disable the CDT C/C==Search in Eclipse (Neon3 4.6.3) 使用Eclipse中的Papyrus Software Designer进行Java逆向工程版本:Neon.3(4.6.3) - Java reverse engineering with Papyrus Software Designer in Eclipse Version: Neon.3 (4.6.3)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM