> Also, is there a sample client, to see the EJB server working ?


well it depends..
if you have build from source then you need to have ZOLA(it's a sub
project of jBoss). try cvs checkout zola

else if you have the binary zip..then the clients are in
~/jboss/deploy/classes/org/ejboss/test/hello/client/
and ~/jboss/deploy/classes/org/ejboss/test/bank/client

just do..

java -classpath $CP org.ejboss.test.bank.client.Main

PS don't forget to have jnp-client.jar and jboss-client.jar in your
classpath

abhishek

Reply via email to