Skip to content

Commit

Permalink
fixing hardcoded localhost in jaxr subsystem configuration, AS7-4002
Browse files Browse the repository at this point in the history
  • Loading branch information
istudens committed Mar 7, 2012
1 parent 4122bb4 commit 1b99675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/src/main/resources/configuration/subsystems/jaxr.xml
Expand Up @@ -4,6 +4,6 @@
<extension-module>org.jboss.as.jaxr</extension-module>
<subsystem xmlns="urn:jboss:domain:jaxr:1.0">
<connection-factory jndi-name="java:jboss/jaxr/ConnectionFactory"/>
<juddi-server publish-url="http://localhost:8080/juddi/publish" query-url="http://localhost:8080/juddi/query"/>
<juddi-server publish-url="http://${jboss.bind.address:127.0.0.1}:8080/juddi/publish" query-url="http://${jboss.bind.address:127.0.0.1}:8080/juddi/query"/>
</subsystem>
</config>
</config>

0 comments on commit 1b99675

Please sign in to comment.