Skip to content

Commit

Permalink
Merge pull request #181 from rhusar/random-port-test
Browse files Browse the repository at this point in the history
Test embedded-10 container with a typical value of 0 which assigns a …
  • Loading branch information
rhusar authored Oct 2, 2024
2 parents 7b0d411 + 07bb265 commit e7521aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tomcat-embedded-10/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<configuration>
<property name="tomcatHome">target/tomcat-embedded-10</property>
<property name="workDir">work</property>
<property name="bindHttpPort">8888</property>
<!-- Test with a typical value of 0 which assigns a random port (since 1.2.2.Final). -->
<!-- When undefined, TomcatEmbeddedConfiguration#bindHttpPort defaults to 8080. -->
<property name="bindHttpPort">0</property>
<property name="unpackArchive">true</property>
</configuration>
</container>
Expand Down

0 comments on commit e7521aa

Please sign in to comment.