A "client" would be in the same VM if it was a servlet or something
similar running within the app server.


On Sun, 2002-11-17 at 13:50, SainTiss wrote:
> On Sun, 2002-11-17 at 19:33, G.L. Grobe wrote:
> > >I'm using the same "java" command to launch jboss as I use to launch the
> > >client, so I'm pretty sure this is the case... So why am I still getting
> > >this exception?
> > 
> > So in other words ... it sounds like you're launching two instances of the
> > JVM and of course that would be done using the same command, but ...
> > 
> > >"When you use the JNDI API within the same VM that the JBoss server is
> > >running do not have to perform any special configuration to create a
> > >JNDI InitialContext. You simply create an InitialContext without any
> > >arguments."
> > 
> > You have one for the JBoss server, and one for the client. Can you see how
> > you're not using the same VM?
> > 
> > 
> 
> Well yes, but now I can't see how it would be possible to run them in
> the same VM...
> I mean, you always have to issue the java command twice, no?
> How can a client ever be in the same VM as the jboss server?
> 
> Hans



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to