Skip to content

Instantly share code, notes, and snippets.

@jardineworks
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jardineworks/4a53646355594ff8cf0d to your computer and use it in GitHub Desktop.
Save jardineworks/4a53646355594ff8cf0d to your computer and use it in GitHub Desktop.
<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>
<property name="host">localhost</property>
<property name="httpPort">8080</property>
<property name="user">tomcat</property>
<property name="pass">tomcat</property>
</configuration>
</container>
</arquillian>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment