Where to deploy custom war or ear in OTMM16

We are using custom war lets say test.war and till OTMM10.5 we have deployed the war file under <>/deploy/teams , now we are in process of migrating to OTMM16 and since OTMM16 is using JBOSS EAP 6.4 I dont find the teams folder and also the deployment process is changed.

Can someone let me know where to deploy my custom test.war

Comments

  • We need to deploy the custom war under <>JBOSS_HOME<>/standalone/deployments folder and if you need to use OTMM jars inside your project you need to add a jboss-deployment-structure.xml file to the META-INF folder of the archive with a dependency declaration on the deploy module