• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How 2 jboss communicate with each other ?

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have 2 Jbosses running on 2 different machine:

Machine A: Jboss - contains session bean
Machine B: Jboss - contains session bean

My application is like that:

Client --call--> Machine A -- call--> Machine B

I want Machine A's session bean can call session bean in machine B (i.e. Machine A is the CLIENT of Machine B), how can I set the JNDI config ?

PS. I have already package 2 ear, one put in machine A, the other put in machine B, they both work fine if the 2 ear is put in the same machine.

Thanks
Vince
 
reply
    Bookmark Topic Watch Topic
  • New Topic