I know Wildfly can't do hot deployment, but its able to do (at least) auto deployment.
I'm using Eclipse
, and Maven
.
I'd like that when I Run
(or Debug
) the project, it will compile the whole, copy the target .war
to standalone\deployments
's wildfly folder, and than Wildfly must be able to catch the change without restart the server, of course. So, once compiled, I can immediatly use the changes in the project.
How can I do it? I can't find any tutorial or tips online. Fancy help?