[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Re: remote clients

2004-06-03 Thread dm
Thank you for your help. I got the client to run remotely by installing jbossall-client.jar on the client machine and adding it to the classpath. The only other thing I needed to do was to change jndi.properties from localhost to the remote machine name. Ex04_1 is a very simple java client -

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Re: remote clients

2004-06-01 Thread nickman
Depending on what you need in your client, different jars in the /client directory will be applicable. For brevity, we tend to simply use jbossall-client.jar but there are bits and pieces you may need in other jars. One bit/piece in particular we always use is the LoginInitialContextFactory (a