問題描述
如何正確配置 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.
IDEA tells me:
Error: server instance not specified.
How to fix that? Any ideas?
Photo in better quality
參考解法
方法 1:
In the same window, select the server instance under JBoss Server Settings area.
方法 2:
List of "Server instance" on Jboss Server Settings correspond to directory name of your Jboss instance.
Ex : "myInstanceJboss" and "anotherInstance" are visible in dropdown list if you have
$JBOSS_HOME/server/myInstanceJboss/
$JBOSS_HOME/server/anotherInstance/
(by Michael、Anton Arhipov、foxyzorro)