blob: 61f640b1f395feb20d744c7b0f659507c4066d4b [file] [log] [blame]
<arquillian>
<container qualifier="arq-glassfish-managed">
<configuration>
<property name="allowConnectingToRunningServer">false</property>
<!-- <property name="glassFishHome">target/${glassfish.home}</property>-->
<property name="adminHost">localhost</property>
<property name="webServerHost">localhost</property>
<property name="webServerPort">8080</property>
<property name="adminPort">4848</property>
<property name="enableDerby">${enableDerby:true}</property>
<property name="outputToConsole">true</property>
</configuration>
</container>
</arquillian>