How to add context file from Wildfly to JHipster
问题 The context root file from Wildfly AS looks like this (it must be put in a file name jboss-web.xml as explained here : <?xml version="1.0" encoding="UTF-8"?> <jboss-web> <context-root>my-context</context-root> </jboss-web> This file and its content have to be copied into the WEB-INF folder of the WAR file. Of course I can manually add this file after the build and it works. But is there a way to do it automatically ? Is there in JHipster any folder that copies its content to the WEB-INF