1 Reply Latest reply on Mar 5, 2019 2:08 PM by jamezp

    Deploying a new EAR in WildFly 15.0.1.Final - changes don't take effect

    notify

      Only really noticed it WildFly 15. When I deploy an EAR, which has changes to the JSF PrimeFaces front end the changes aren't always available on deployment and take a number of re-deploys and clearing of caches to see them in the front end.

       

      Every time I deploy a newly built EAR I do the following.

       

      Remove the old EAR using the HAL Management Console

      Stop WildFly (control c)

      rm -rf /usr/local/Cellar/wildfly-as/15.0.1.Final/standalone/tmp

      Restart WildFly

      Deploy the new EAR using the HAL Management Console

       

      Clear the Google Chrome cache

       

      Anything I'm missing.