• 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

Local LookUp in different nodes

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am using a Weblogic Server 8.1.
In this server there is one admin server and many other managed server nodes. The managed nodes are in different IP.

I have many EJB's which will be packed in different .jar files but the entire application will be packed in a single EAR file.

The point is that later if necessary we can change the target of Individual EJB.jar files to different nodes.

In this scenario can I use local lookup between EJB which are packed in different ejb.jar files and are deployed in different nodes but are still a part of the same .ear file?



Also if two ejb.jar files are deployed in the same server, but are not packed in the same application .ear file, then can these EJB communicate using local look up?

Any help will be appreciated.

Thanks in advance.

Ashwini
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic