Recently, I migrated from Jboss EAP 6.4 to Jboss EAP 7.1. I have a Jboss EWS in front of Jboss EAP, with mod cluster to connect to them. I use some static content which is kept in websever (Jboss EWS). While accessing the webserver URL it used to server the static content in websever.
However, after migrating to JBoss EAP 7.1, it is looking for static content in Appserver and giving 404. This possibly is due to new addition of undertow, which wasn't in place in Jboss EAP 6.x What changes should I do ( possibly in undertow config) so that it looks for static content in webserver itself, instead of appservers.