java Intellij IDEA中如何正确配置JBoss?我收到错误:未指定服务器实例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12114556/
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
How to configure correctly the JBoss in the Intellij IDEA? I get Error:server instance not specified
提问by Michael
I cannot configure JBoss web server for the GWT application in Intellij IDEA.
我无法在 Intellij IDEA 中为 GWT 应用程序配置 JBoss Web 服务器。
IDEA tells me:
IDEA告诉我:
Error: server instance not specified.
错误:未指定服务器实例。
How to fix that? Any ideas?
如何解决?有任何想法吗?
回答by Anton Arhipov
In the same window, select the server instance under JBoss Server Settings area.
在同一窗口中,选择 JBoss 服务器设置区域下的服务器实例。
回答by foxyzorro
List of "Server instance" on Jboss Server Settings correspond to directory name of your Jboss instance.
Jboss 服务器设置中的“服务器实例”列表对应于您的 Jboss 实例的目录名称。
Ex : "myInstanceJboss" and "anotherInstance" are visible in dropdown list if you have
例如:“myInstanceJboss”和“anotherInstance”在下拉列表中可见,如果你有
$JBOSS_HOME/server/myInstanceJboss/
$JBOSS_HOME/server/myInstanceJboss/
$JBOSS_HOME/server/anotherInstance/
$JBOSS_HOME/server/anotherInstance/