RESTful ATNA Simulator is a Maven project. Sources are available on the INRIA’s Gitlab project at the following URL :
https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/restful-atna-simulator
If you would like to checkout the sources on your system you might want to use the following git command, provided git is installed on your system.
git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/restful-atna-simulator.git
Note that the latest executable can be extracted from our nexus repository as well at : Nexus Repository Manager.
18
occurences by 21
: https://gazelle.ihe.net/gazelle-documentation/General/wildfly18.htmlLink to WildFly 21.0.2
: https://download.jboss.org/wildfly/21.0.2.Final/wildfly-21.0.2.Final.zip
cd /tmp
wget https://gazelle.ihe.net/nexus/service/local/repositories/releases/content/net/gazelle/ihe/RESTfulATNASimulator/1.0.0/RESTfulATNASimulator-1.0.0.war
mv RESTfulATNASimulator-1.0.0.war /usr/local/wildfly21/standalone/deployments
sudo service wildfly21 start