Skip to content

Commit

Permalink
Merge pull request #156 from pferraro/main
Browse files Browse the repository at this point in the history
Testing with 2 containers is sufficient for remote Infinispan web session manager.
  • Loading branch information
pferraro authored Mar 12, 2024
2 parents 93c72cf + d07f4f8 commit c64851c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions web/infinispan/remote/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
<property name="bindHttpPort">8180</property>
<property name="javaVmArguments">${jdk.runtime.args} -Dtomcat.management.port=8105 -Dtomcat.http.port=8180 -Dtomcat.https.port=8543 -Dcom.sun.management.jmxremote.port=8189 -Djava.net.preferIPv4Stack=true -Djgroups.bind.port=55300</property>

<property name="user">admin</property>
<property name="pass">admin</property>
</configuration>
</container>
<container qualifier="tomcat-3" mode="class">
<configuration>
<property name="catalinaHome">${project.build.directory}/tomcat-3</property>

<property name="jmxPort">8289</property>
<property name="bindHttpPort">8280</property>
<property name="javaVmArguments">${jdk.runtime.args} -Dtomcat.management.port=8205 -Dtomcat.http.port=8280 -Dtomcat.https.port=8643 -Dcom.sun.management.jmxremote.port=8289 -Djava.net.preferIPv4Stack=true -Djgroups.bind.port=55400</property>

<property name="user">admin</property>
<property name="pass">admin</property>
</configuration>
Expand Down

0 comments on commit c64851c

Please sign in to comment.