Last active
August 29, 2015 14:26
-
-
Save jardineworks/4a53646355594ff8cf0d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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