Where is deployed content for JBoss AS 7

后端 未结 3 917
一整个雨季
一整个雨季 2021-01-18 03:39

I am new to JBoss AS 7. I have tried to deploy my war file on JBoss AS 7, which seems working fine. My question is where I can see the deployed content.

I would exp

3条回答
  •  臣服心动
    2021-01-18 03:55

    Alternative way to deploy: maven-jboss-as-plugin.

    You simply run

    mvn deploy
    

    And it deploys your war.

提交回复
热议问题