How to deploy war file in root(/) context to Wildfly ver 9.0.1

后端 未结 6 739
無奈伤痛
無奈伤痛 2021-02-07 10:49

I am newbie for Wildfly till now I was working on tomcat to deploy my applications. Now just for add on features of Wildfly we want to move on to this. I am using Windows Os, I

6条回答
  •  青春惊慌失措
    2021-02-07 11:18

    For my wildfly 9.0.1 deployment, we did the following two and it worked.

    1. jboss-web.xml as described above by other experts.

    2. In standalone.xml,

      
          
          
          
      
      

提交回复
热议问题