• 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 to make clsuter Ware EJB in weblogic 6.0

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Platform: Weblogic 6.0sp2 in WINNT
Hai,
I have made IP loadbalancing ( The DNS Host entry swaps IP in intervals) as per the documentation. By Using the clsuter IP i have created a cluster entey in the wl 6.0 console and added two servers in the Cluster. Now i don't know how to make my EJB Cluster aware?. what parameters should i change in teh XML file and compilation option to make it cluster aware.
Also i would like to know whether Will it be enough if i put teh same copies of JSP and servlets in both machine to make that too cluster aware. Will there be any probelm in session ?

Regards, srini
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you need to provide <clustering-descriptor> in weblogic-ejb-jar.xml.
regards,
-aao
reply
    Bookmark Topic Watch Topic
  • New Topic