How to let Arquillian know that JBoss is running on localhost
-
Just add the following to the configuration section:
${arquillian.wildfly.host:localhost}
My complete file was:
<container qualifier="jboss" default...
6 years ago