Hello everyone,
I ran into some different behaviors while using 2 different versions of wildfly (26.0.0_Final and 28.0.0_Final standalone) with Intellij IDEA
IN WILDFLY 26 ------------------------------------
1- I set up Intellij IDEA (ultimate) with wildfly 26, select a maven .war archive to deploy
2- I launch Wildfly 26 from Intellij and the result is :
3- AUTO BUILD THE WAR ARCHIVE ;
4- AUTO LAUNCH OF THE WEB APP on the web browser
5- I might be wrong here but i think the standalone.xml file is also AUTO EDITED and a new tag is added (<deployments> ... </>)
- ALL GOOD TILL HERE
IN WILDFLY 28 [ ISSUE POINT ] ------------------------------------
1, 2, 3- Steps 1, 2 and 3 OK;
ISSUE 1 !!! No auto launch of the web app on the web browser
ISSUE 2 !!! Unable to HOT DEPLOY STATIC CONTENT (html, css) with exploded war
As a result, for each little change of static files, I have to :
- REBUILD
- MANUALLY copy the war file to <wildfly 28>/standalone/deployments
in order to see any small change.
AM I MISSING SOMETHING ?
IS IT A WILDFLY 28.0.0_FINAL BUG ?
Thanks in advance.