如何正確配置 Intellij IDEA 中的 JBoss?我得到錯誤:未指定服務器實例 (How to configure correctly the JBoss in the Intellij IDEA? I get Error:server instance not specified)


問題描述

如何正確配置 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 MichaelAnton Arhipovfoxyzorro)

參考文件

  1. How to configure correctly the JBoss in the Intellij IDEA? I get Error:server instance not specified (CC BY-SA 3.0/4.0)

#java #gwt #webserver #jboss #intellij-idea






相關問題

電子郵件地址中帶有 + 字符的 Java 郵件 (Java mail with + character in email address)

如何快速原型化 Java 代碼? (How to quickly prototype Java code?)

如何使用 Maven 在目標(SVN-)服務器上創建 Javadoc? (How to create Javadoc on the target (SVN-) server using Maven?)

為什麼檢查二叉樹有效性的解決方案不起作用? (Why the solution for checking the validity of binary tree is not working?)

Selenium webdriver通過第一個數字找到texy (Selenium webdriver find texy by first digits)

setOnClickListener 沒有在圖像視圖上被調用 (setOnClickListener is not getting called on image view)

繪製多邊形:找不到錯誤 (Drawing Polygon : unable to find error)

半透明 JButton:對像出現在背景中 (Semi-Transparent JButton: Objects appear in Background)

比較同一數組的元素 (Compare elements of the same array)

Java 屏幕截圖小程序 (Java screen capture applet)

Minecraft 1.8.9 Forge Modding 的Java 開發工具包,需要什麼JDK/JRE,代碼是否正確? (Java Development Kit with Minecraft 1.8.9 Forge Modding, What JDK/JRE Is Needed, Is Code Correct?)

java while (resultset.next()) 不返回同一列中的所有數據 (java while (resultset.next()) does not return all data in the same column)







留言討論