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

Commit

Permalink
apply port offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Dec 24, 2013
1 parent 98684e4 commit c063dcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion functional-test/pom.xml
Expand Up @@ -18,7 +18,9 @@
<cargo.wait>false</cargo.wait>
<cargo.host>localhost</cargo.host>
<cargo.container>jboss72x</cargo.container>
<cargo.servlet.port>8080</cargo.servlet.port>
<!--jboss port offset -->
<cargo.port.offset>100</cargo.port.offset>
<cargo.servlet.port>8180</cargo.servlet.port>
<cargo.installation>http://downloads.sourceforge.net/project/zanata/server/zanata-server.zip</cargo.installation>
<cargo.extract.dir>${project.build.directory}/cargo/installs</cargo.extract.dir>
<cargo.container.home>${project.build.directory}/jboss/container</cargo.container.home>
Expand Down Expand Up @@ -406,7 +408,10 @@
<ehcache.disk.store.dir>${project.build.directory}/ehcache</ehcache.disk.store.dir>
<jboss.server.log.threshold>WARN</jboss.server.log.threshold>
<hibernate.search.default.indexBase>${hibernate.search.default.indexBase}</hibernate.search.default.indexBase>
<jboss.socket.binding.port-offset>${cargo.port.offset}</jboss.socket.binding.port-offset>
</systemProperties>

<timeout>0</timeout>
</container>

<deployables>
Expand Down Expand Up @@ -459,6 +464,8 @@
-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
${cargo.debug.jvm.args}
</cargo.jvmargs>
<cargo.port.offset>${cargo.port.offset}</cargo.port.offset>
<cargo.jboss.ajp.port>8109</cargo.jboss.ajp.port>
</properties>
</configuration>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion functional-test/src/test/resources/conf/standalone.xml
Expand Up @@ -357,7 +357,7 @@
port="${jboss.management.http.port:9990}" />
<socket-binding name="management-https" interface="management"
port="${jboss.management.https.port:9443}" />
<socket-binding name="ajp" port="8109" />
<socket-binding name="ajp" port="8009" />
<socket-binding name="http" port="8080" />
<socket-binding name="https" port="8443" />
<socket-binding name="remoting" port="4447" />
Expand Down

0 comments on commit c063dcb

Please sign in to comment.