When using IntelliJ IDEA 2016.2 + WildFly 8.2.1 Final on OSX(macOS) or Linux(Ubuntu 16.04) with default settings, I can perform hot deploy after these steps:
Make your artifact
war exploded
.Enable
Build on make
.Enable
On frame deactivation: Update classes and resources
.
But on my workmates's Windows 10 PC, it just won't work, I digged stackoverflow and wildfly.org
but I only find some answer suggest me to edit deployment.xml
: jsp-config development="true"
and auto-deploy-exploded="true"
, I tried those without luck.
So how can I get it work?