How can I get JBoss to explode a deployed WAR file?

后端 未结 6 1839
醉话见心
醉话见心 2021-01-01 17:27

I am running JBoss 4.3 on Ubuntu under /usr/local/jboss-4.3/. I have deployed my application as a WAR file i.e. myapp.war, to /usr/local/jboss-4.3/server/myserver/deploy. Ho

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-01 17:55

    Same problem facing, when I export as .war file from Eclipse and copy it into (UAT or Prod) JBOSS Server 7.1.1 Final AS deployement directory, And Start Windows JBOSS Service .war file deployed sucessfully but .war file not unpacked or exploded into deployment folder.

    For This solution is copy example.war exploded folder (name of folder) into deployment folder and then start. And mentions auto-deploye-exploded=true in standalon.xml

提交回复
热议问题