RE: RE: [JBoss-user] standalone J2EE java client

2001-06-18 Thread Tahir Awan
> I'm guessing that JBoss does not have support for this. > > Victor > > > > - Original Message - > From: "Kimpton,C (Chris)" <[EMAIL PROTECTED]> > Date: Monday, June 18, 2001 11:36 am > Subject: RE: [JBoss-user] standalone J2EE java clien

Re: RE: [JBoss-user] standalone J2EE java client

2001-06-18 Thread Victor Lan
From: "Kimpton,C (Chris)" <[EMAIL PROTECTED]> Date: Monday, June 18, 2001 11:36 am Subject: RE: [JBoss-user] standalone J2EE java client > Hi, > > I am not sure to what facility you are referring - are you looking > to run > the client in the same VM as the JBoss server?

Re: [JBoss-user] standalone J2EE java client

2001-06-18 Thread danch (Dan Christopherson)
Kimpton,C (Chris) wrote: > Hi, > > I am not sure to what facility you are referring - are you looking to run > the client in the same VM as the JBoss server? In which case, you can do > this - but obviously only one client can do this, the other clients will > presumably want to talk to the sam

RE: [JBoss-user] standalone J2EE java client

2001-06-18 Thread Kimpton,C (Chris)
Hi, I am not sure to what facility you are referring - are you looking to run the client in the same VM as the JBoss server? In which case, you can do this - but obviously only one client can do this, the other clients will presumably want to talk to the same JBoss VM? Or is it a single user ki

RE: [JBoss-user] standalone J2EE java client

2001-06-18 Thread Keith Kee
. Thanks, keith >From: "Kimpton,C (Chris)" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: [JBoss-user] standalone J2EE java client >Date: Mon, 18 Jun 2001 15:27:36 +0100 >Reply-To: [EMAIL PROTECTED] > &

RE: [JBoss-user] standalone J2EE java client

2001-06-18 Thread Tahir Awan
sure, jboss does support standalone java clients. Below is a sample batch file I normally use to run my test client. (I have jboss.properties file in the same folder as this batch file with naming properties setup). java -classpath .; c:\jboss-2.2.2_tomcat-3.2.2\jboss\client\jboss-client.j

RE: [JBoss-user] standalone J2EE java client

2001-06-18 Thread Kimpton,C (Chris)
Hi, If by this, you mean a standalone application/VM that talks to another VM running JBoss, then yes, it does. Such as a fat client GUI... You "just" need to have the jboss client jars in your standalone apps classpath and have it configured to find your jndi server - which is probably your jb