<div dir="ltr"><div>Have JBOSS EAP 6.4 setup on my local Unix (macOS) environment...</div><div><br></div><div>Checked out the following helloworld project from Github:</div><div><br></div><div><a href="https://github.com/jboss-developer/jboss-eap-quickstarts/tree/7.1.x-develop/helloworld-rs">https://github.com/jboss-developer/jboss-eap-quickstarts/tree/7.1.x-develop/helloworld-rs</a></div><div><br></div><div>Was able to build and deploy the war file into JBoss by issuing the following command:</div><div><br></div><div>    mvn clean wildfly:deploy -Dwildfly.port=9999</div><div><br></div><div>Was able to hit the REST endpoint by putting this in my browser:</div><div><br></div><div>    <a href="http://localhost:8080/jboss-helloworld-rs/rest/json">http://localhost:8080/jboss-helloworld-rs/rest/json</a></div><div><br></div><div>Response was:</div><div><br></div><div>    {&quot;result&quot;:&quot;Hello World!&quot;}</div><div><br></div><div>However, inside $EAP_HOME/standalone/deployments (and also $JBOSS_HOME/standalone/deployments), the directory is empty...</div><div><br></div><div>Question(s):</div><div><br></div><div>1. Why can I not see the war file (whether packed or unpacked) inside the deployments dir?</div><div><br></div><div>2. Is there a way to change a setting somewhere so the war file can be seen?</div><div><br></div><div>3. Is there a way to change this pom.xml file so I can just use:</div><div><br></div><div>    mvn jboss-as:deploy </div><div><br></div><div>4. Is JBOSS EAP 6&#39;s codename wildfly?</div><div><br></div><div>Thanks for taking the time to read this.</div></div>