[jboss-user] [Beginner's Corner] - Re: error connecting to jboss-admin concole [JBoss AS 7.0.2.Final "Arc"]
David Bettenhausen
do-not-reply at jboss.com
Wed Nov 23 14:14:10 EST 2011
David Bettenhausen [http://community.jboss.org/people/dbhausen] created the discussion
"Re: error connecting to jboss-admin concole [JBoss AS 7.0.2.Final "Arc"]"
To view the discussion, visit: http://community.jboss.org/message/638011#638011
--------------------------------------------------------------
1. I edited /var/jboss7/standalone/configuration/standalone.xml;
2. Acceced the web-console from my remote browser;
3. Stopped the server;
4. I then set it back so it can't be accessed be one of malicious intent.
If anyone is going to screw this server up I want it to be me. I think I am on a role now.
<!--
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:127.0.0.1}"/>
</interface>
</interfaces>
-->
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:0.0.0.0}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:0.0.0.0}"/>
</interface>
</interfaces>
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/638011#638011]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111123/27050255/attachment.html
More information about the jboss-user
mailing list