【发布时间】:2016-11-28 05:52:45
【问题描述】:
我已经在 JEE Eclipse 上安装了 JBoss Application 7.1。由于一些问题,我在JBoss的standalone.xml中将端口号从8080改为8085。
当我在 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端口的
-
在文件夹 jboss-as-7.1.1.Final 中,您有一个包含standalone.xml 的独立文件夹。在该文件中,您可以在
标记处更改 http 端口号。
标签: java eclipse jakarta-ee jboss jboss7.x