I need to run a jar file containing multiple beans sessions. In EJB 3, I saw that we can run the main class using glass fish as follows.
appclient -client example-client.jar
How can I do this, is it JBoss 7?
This is very similar to JBoss AS 7. It should be something like appclient.sh example-client.jar . the appclient documentation does not look real, but there is certain information specific to JBoss AS 7.
appclient.sh example-client.jar