-
Bug
-
Resolution: Done
-
Major
-
4.17.0.M1/5.0.0.M1
-
None
I'm not able to run JBossTM quickstarts cloned from github.
The reason seems to be hardcoded IP address (172.17.131.2) in blacktie test config file
https://github.com/jbosstm/quickstart/blob/master/blacktie/test/initializeBlackTie.xml
This address is not accessible from outer network (or at least for me).
I follow the rules how to run quickstarts explained in README.md.
It means that I run mvn clean install from root quickstart dir.
btw. isn't it strange to download other jboss distro when I defined JBOSS_HOME variable as prerequisite?