JEE EclipseにJBoss Application 7.1をインストールしました。いくつかの問題のため、JBossのstandalone.xmlでポート番号を8080から8085に変更しました。JBoss AS 7.1 JBREM000200:リモート接続に失敗しました:java.io.IOException:ホストマシンのソフトウェアによって確立された接続が中止されました
eclipseでJBossサーバーを起動すると、以下のエラーが表示されます。
19:36:39,377 ERROR [org.jboss.remoting.remote.connection] (Remoting "minint-97d33fp:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: An established connection was aborted by the software in your host machine
19:36:39,388 ERROR [org.jboss.remoting.remote.connection] (Remoting "minint-97d33fp:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: An established connection was aborted by the software in your host machine
どのようにポート8080から8085に変更しましたか – Phuthib
jboss-as-7.1.1.Finalフォルダには、standalone.xmlを持つスタンドアロンフォルダがあります。このファイルでは、タグでhttpポート番号を変更できます。 –
spbham88