Java Reference
In-Depth Information
ejbuser=dc86450aab573bd2a8308ea69bcb8ba9
Now, insert the username and password information into jboss-ejb-cli-
ent.properties :
remote.connection.default.username=ejbuser
remote.connection.default.password=ejbuser123
Now, with all the previous information in the right place, you will be able to connect to
your EJB application from a client that does not reside on the same machine as the server.
You can also force the normal authentication process on your local machine, by adding the
following line to the jboss-ejb-client properties:
remote.connection.default.connect.options.org.xnio.Options.SASL_DISALLOWED_MECHANISMS=JBOSS-LOCAL-USER
Search WWH ::




Custom Search