[
http://jira.jboss.com/jira/browse/JBAS-4119?page=comments#action_12354520 ]
Dimitris Andreadis commented on JBAS-4119:
------------------------------------------
I'm testing with binding 127.0.0.1 instead of 0.0.0.0, by default.
// JBAS-4119, bind to localhost by default, instead of all NICs
("0.0.0.0")
props.setProperty(ServerConfig.SERVER_BIND_ADDRESS, "127.0.0.1");
System.setProperty(ServerConfig.SERVER_BIND_ADDRESS, "127.0.0.1");
// JBAS-4119, set the java.rmi.server.hostname if not set
if (System.getProperty("java.rmi.server.hostname") == null)
{
System.setProperty("java.rmi.server.hostname", "127.0.0.1");
}
Consoles and invokers need to accept local connections only unless
secured with username/password
-------------------------------------------------------------------------------------------------
Key: JBAS-4119
URL:
http://jira.jboss.com/jira/browse/JBAS-4119
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Alex Pinkin
Assigned To: Dimitris Andreadis
Fix For: JBossAS-4.2.0.CR1
- jmx console
- web console
- jmx-invoker
- rmi/http invoker
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira