how to connect from java application to JBOSS
Is it possible to connect to EJB container running on JBOSS from simple java application (without the web server). Similar like we could use for example BAS 4.5.1 application server. For that server only thing that has to be configured is osagent port:
-Dvbroker.agent.port=XXXXX (port on which osagent is running)
please, if somebody has quick hint... Tnx :)

