How to configure correctly the JBoss in the Intell

2019-05-11 05:33发布

问题:

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/