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

15,160

Solution 1

In the same window, select the server instance under JBoss Server Settings area.

JBoss Server Settings

Solution 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/

Share:
15,160
Michael
Author by

Michael

Updated on June 05, 2022

Comments

  • Michael
    Michael about 2 years

    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?

    enter image description here

    Photo in better quality