> 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
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?
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
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
.
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]
>
&
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
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