IntelliJ doesn't update web resources on Wildfly8.2
My web resources (HTML / CSS / JS) are not updating when I use update classes and resources in my J2EE project. I've tried almost every setting in my IntelliJ. When deactivating frames, I also install the update classes and resources - the update is triggered, but it just says no update is needed and the classes are updated even if the web resources were changed before. Updating the classes works. There is really only one way to update HTML files is redistribution.
To summarize my environment:
- Wildfly8.2
- IntelliJ14
- simple J2EE project
- exploded artifact WAR
- web content in ProjectName / Webcontent
+3
source to share