推荐方式:
1.进入 %JBOSS_HOME%\server\default\conf\bindingservice.beans\META-INF
2. 编辑 bindings-jboss-beans.xml
3. 搜索 “8080″ ,格式如下:
<bean class="org.jboss.services.binding.ServiceBindingMetadata">
<property name="serviceName">jboss.web:service=WebServer</property>
<property name="bindingName">HttpConnector</property>
<property name="port">8080</property>
<property name="description">JBoss Web HTTP connector socket; also drives the values for the HTTPS and AJP sockets</property>
</bean>
简易方式:
1.进入 boss-6.0.0.Final\server\default\deploy\jbossweb.sar
2. 编辑 server.xml
3. 搜索 “8080″ ,格式如下:
<Connector protocol="HTTP/1.1" port="${jboss.web.http.port}" address="${jboss.bind.address}"
redirectPort="${jboss.web.https.port}" />
address默认为127.0.0.1,局域网不能访问,或指定-b 0.0.0.0,或在这里修改为0.0.0.0就能访问了。
最后都需要重启jboss服务器.
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com