Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 0.2-maven2
-
Fix Version/s: None
-
Component/s: JBoss
-
Labels:None
-
Environment:Maven 2.0.4, JDK 1.5.0_06
-
Complexity:Intermediate
-
Number of attachments :
Description
I need to set jboss.bind.address property on start of a standalone configuration. The folloging config does not work:
<container>
......
<systemProperties>
<jboss.bind.address>127.0.0.1</jboss.bind.address>
</systemProperties>
</container>
The only thing that <systemProperties> does is to set the system property in the JVM, i.e. the equivalent of -Djboss.bind.address=127.0.0.1.
I don't believe there's any bug with system property support in Cargo. If setting the jboss.bind.property in this manner is correct and it's nor working it probably has to do with the jboss configuration but not with system property support I believe.
I need your help here as I have no idea what jboss.bind.address does nor how to use it.