• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Query on WPS clustering

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am planning to do clustering in WPS 5.1. I have some queries
regarding the same.
If there are 2 instances of WPS (after clustering is done), then will
they share the same database or different databases?
While installing a single portlet called sample portlet, will 2
instances of the portlet be installed with different names or a single
instance be installed? If you have ideas please let me know.

Thanks,
Ganesh
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If clustered properly, using the Network Deployment Manager, and proper WebSphere clustering, then your WebSphere Portal nodes, which will handle client requests, will all share a common, centralized, portal configuration database (WPS). They will also all point to the same database for member management information (WMM). They will also read from a common WebSphere configuration repository which will be managed by the deployment manager.

Deploying a portlet will result in the configuration being written to the centralized database, and the binaries pushed out to all nodes in the cluster, so all nodes will be serving the same content to the end user.

At least, that's the way it's supposed to work.

Clustering is always a challenge. Test, test, test to ensure your setup is working properly.

Good luck!

-Cameron McKenzie
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic