Hi Jaron, first Jetspeed does support only load balancing (search "load balancing jetspeed") with sticky sessions. True clustering with session replication is not supported to my knowledge.
For load-balancing: 1.) make sure all cluster nodes use one DB for alle information (PSML!) 2.) configure the distributed cache in ehcache.xml (WEB-INF/classes) 3.) For troubleless startup (deployment of the PAs into the single DB) of all cluster nodes at the same time 3.1) consider to use the VersionedPortletApplicationManager in deployment.xml (https://issues.apache.org/jira/browse/JS2-860) 3.2) consider to use the patch in https://issues.apache.org/jira/browse/JS2-893 for true cluster save deployment on startup (not committed yet to the Jetspeed Source) HTH, Joachim Jaron van Golverdinge Schut schrieb: > > > Good day, > > > > We need to deploy jetspeed on a cluster of 2 tomcat installations. I > have been searching for documentation on how to configure jetspeed for > clustering. I scanned the jetspeed mailinglists, both users and > developers, from 1 jan 2004 up until today. I did not encounter a single > post that had the word "cluster" in its title. Googling for "jetspeed > cluster" does not result in anything usefull either. > > > > Could anyone please provide me with the necessary documentation on how > to configure jetspeed 2.1.3 for clustering. > > > > > > Kind regards, > > > > JWA van Golverdinge Schut > > > > > > > > > > > > DISCLAIMER: > > > > Dit bericht (met bijlagen) is zorgvuldig samengesteld. Voor eventuele > onjuistheid en/of onvolledigheid van de hierin verstrekte informatie > aanvaardt Kennisnet geen aansprakelijkheid. Aan de inhoud van dit bericht > (met bijlagen) kunnen geen rechten worden ontleend. De inhoud van dit bericht > (met bijlagen) kan vertrouwelijke informatie bevatten en is uitsluitend > bestemd voor de geadresseerde van dit bericht. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
