I want to run 2 wildfly in the same Windows machine.
The 2 wildfly must be in different versions. The first one is wildfy 8 and the second in wilfly 14.
I have set JBOSS_HOME for the first and JBOSS_HOME1 for the second in the enviroment properties.
How to configure the second one the take JBOSS_HOME1 properties
I have read link but is a different problem.
I also have tried to put the -Djboss.home.dir =<wildfly_base_path> as argument but it doesn't work