Hi, I'm currently trying HotSwapAgent on Wildfly9.1 but can't figure it out yet. I tried the instructions here:
http://tirthalpatel.blogspot.com/2014/06/steps-to-setup-hotswap-agent-in-eclipse.html (although this is for tomcat). I disabled eclipse automatic publishing and deploy the primefaces-jsf example jar from github. On deployment I got:
23:19:13,166 INFO [stdout] (Thread-342) HOTSWAP AGENT: 23:19:13.166 INFO (org.hotswap.agent.config.PluginRegistry) - Plugin 'org.hotswap.agent.plugin.hotswapper.HotswapperPlugin' initialized in ClassLoader 'ModuleClassLoader for Module "deployment.primefaces-jsf.war:main" from Service Module Loader'.
23:19:13,358 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 114) WFLYUT0021: Registered web context: /primefaces-jsf
But changing any files doesn't update the deploy war.
Any idea why? Thanks.