I have a Spring MVC app that is generally an image viewer that runs on Wildfly.
Images are created dinamically and are saved into nginx folder /usr/share/nginx/html/images
.
How could I map Spring MVC app with that folder to be able to load images from it eg. map the folder to localhost:8080/mySpringApp/images
?
Answer from this thread should be the way to go but the standalone.xml is always overwritten when starting the app from IntelliJ.