• 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

WAS 5.0 cluster doubt

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have cluster setup with ears deployed in the cluster. Now the doubt is in normal cluster do we deploy the wars giving ND i.e "dmgr" as target or the cluster as target? The reason is that normally in cluster the WebApplication is not needed in all the nodes.
Please guide me.
Regards,
Suttan
 
Ranch Hand
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the topic titled "Clusters" in the InfoCenter:
"Servers that belong to a cluster are members of that cluster set and must all have identical application components deployed on them."
Servers in a cell but not in the same cluster might be running different stuff, but as I understand it (and I'm new to this), servers in a cluster must run the same stuff.
 
Suttan Pym
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes what you say is perfectly right, but there is
still a confusion only related to the web applications. If the web applications are deployed in all the nodes then how to access it in a cluster. When the client wants to access a portal which url will it give? I am not clear about this.
Thanks,
Suttan
 
John Dale
Ranch Hand
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think clustering is intended to be used behind an HTTP server. The URL points to the HTTP server, not to a specific app server platform. The app server's plug-in in the HTTP server routes the requests to the app servers in the cluster, typically with load balancing and session affinity.
One place to get more info on this: Go to ibm.com/redbooks . Search for sg246195, IBM WebSphere 5.0 System Management and COnfiguration. See chapter 3, Topology Selection. Topology 2 describes HTTP server separation. Toplolgy 5 illustrates clustering using HTTP server separation. Topology 6 illustrates clustering with IP spraying instead of HTTP server separation.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic