|
|
@ -52,6 +52,7 @@
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<portNames>
|
|
|
|
<portNames>
|
|
|
|
<portName>appserver.port</portName>
|
|
|
|
<portName>appserver.port</portName>
|
|
|
|
|
|
|
|
<portName>appserver.ajp.port</portName>
|
|
|
|
</portNames>
|
|
|
|
</portNames>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
@ -71,6 +72,7 @@
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<cargo.servlet.port>${appserver.port}</cargo.servlet.port>
|
|
|
|
<cargo.servlet.port>${appserver.port}</cargo.servlet.port>
|
|
|
|
|
|
|
|
<cargo.jboss.ajp.port>${appserver.ajp.port}</cargo.jboss.ajp.port>
|
|
|
|
<cargo.jboss.configuration>standalone-full</cargo.jboss.configuration>
|
|
|
|
<cargo.jboss.configuration>standalone-full</cargo.jboss.configuration>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|