[jboss-jira] [JBoss JIRA] Commented: (JBAS-6872) -Djboss.bind.address definition in run.conf ignored
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Wed May 6 16:14:46 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12466127#action_12466127 ]
Andrew Lee Rubinger commented on JBAS-6872:
-------------------------------------------
Galder, is there a test for this as well?
New bootstrap impl will come with a new Main, and I've already set the Branch point for my integration patches:
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_x_BootstrapLegacyRemoval/
...so I need to know whether I must backport this commit, or if I can leave it out and rely upon the test to ensure the new impl picks things up correctly..
> -Djboss.bind.address definition in run.conf ignored
> ---------------------------------------------------
>
> Key: JBAS-6872
> URL: https://jira.jboss.org/jira/browse/JBAS-6872
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: JBossAS-5.0.0.Beta1, JBossAS-5.0.0.Beta2, JBossAS-4.2.0.GA, JBossAS-4.2.1.GA, JBossAS-4.2.2.GA, JBossAS-4.2.3.GA, JBossAS-5.0.0.CR2, JBossAS-5.0.0.GA, JBossAS-5.0.1.GA, JBossAS-5.1.0.Beta1, JBossAS-5.1.0.CR1
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: JBossAS-5.1.0.GA, JBossAS-6.0.0.Alpha1
>
>
> If -Djboss.bind.address has been defined in bin/run.conf, AS overrides it on startup with:
> props.setProperty(ServerConfig.SERVER_BIND_ADDRESS, "127.0.0.1");
> System.setProperty(ServerConfig.SERVER_BIND_ADDRESS, "127.0.0.1");
> AS should only do this if no -Djboss.bind.address has been defined, in which case, yeah, we wanna bind to localhost.
> Otherwise, it should leave -Djboss.bind.address as defined in run.conf.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list