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
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
In the same window, select the server instance under JBoss Server Settings area.
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/