When testing the remote part of this quickstart I realized that the file name of the properties file differ in the documentation in point 3 from the command line in point 7.
I added the users and deployed the app-client.ear successfully on the remote server.
But when I start the client with:
$JBOSS_HOME/bin/appclient.sh --ejb-client-properties=jboss-ejb-client.properties ear/target/app-client.ear#simpleClient.jar Hello from command
I get a java.io.FileNotFoundException for
wildfly-25.0.0.Beta1/standalone/tmp/auth/local8029788042382251988.challenge
Any idea what might be wrong?