简体   繁体   English

如何在Intellij IDEA中正确配置JBoss?我收到错误:未指定服务器实例

[英]How to configure correctly the JBoss in the Intellij IDEA? I get Error:server instance not specified

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? 有任何想法吗?

在此输入图像描述

Photo in better quality 照片质量更好

In the same window, select the server instance under JBoss Server Settings area. 在同一窗口中,选择JBoss Server Settings区域下的服务器实例。

JBoss服务器设置

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 /服务器/ myInstanceJboss /

$JBOSS_HOME/server/anotherInstance/ $ JBOSS_HOME /服务器/ anotherInstance /

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

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