1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<arquillian
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://jboss.org/schema/arquillian"
    xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

 <container qualifier="tomcat" default="true">
     <configuration>
        <property name="jmxPort">8099</property>
     </configuration>
     <protocol type="Servlet 2.5">
        <property name="host">localhost</property>
        <property name="port">8080</property>
     </protocol>
 </container>
</arquillian>