I have a vue.js application and want to deploy it with my JAX-RS backend. The wildfly server is up and running and web.xml is configured as:
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
But after running i got a 404 error that the static folder (and app.js) cannot be found. How can I enable access to the static folder?