How to compress jar file in client application container in Jboss 7?

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?

+4
source share
1 answer

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.

0
source

All Articles