Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Correct management port for wildfly
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Sep 18, 2014
1 parent 6d93043 commit 8347357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-war/src/test/resources/arquillian.xml
Expand Up @@ -39,7 +39,7 @@
<!--</property>-->

<!-- NB: don't put whitespace around the number -->
<property name="managementPort">${jboss.management.native.port,env.JBOSS_MANAGEMENT_NATIVE_PORT:10099}</property>
<property name="managementPort">${jboss.management.http.port,env.JBOSS_MANAGEMENT_HTTP_PORT:10090}</property>
</configuration>
</container>
<extension qualifier="seam2">
Expand Down

0 comments on commit 8347357

Please sign in to comment.