We are using WildFly 18 domain server and On slave server, we want to change existing deployed js, html files content and also we want to add new js, html files without restarting the server.

So, Is there any way we can achieve this hot deployment of files for WildFly18 domain mode server?

1

There are 1 best solutions below

0
On

You could try exploded deployments or overlays, but you will need to redeploy after changing the content.