I have \"pom.xml\" file which is connecting to maven and checking out the code and creating a war file. Now I have to deploy the created war file to JBoss Application Server 7.
First, use bin/add-user.sh to add management user(admin/1234).
Second add to pom.xml:
org.jboss.as.plugins
jboss-as-maven-plugin
7.5.Final
localhost
9999
app_name.war
admin
1234
Three: edit JBoss_Home/standalone/configuration/standalone.xml change the Ip address to 0.0.0.0:
Four, deploy using #clean install jboss-as:redeploy