One thing to be aware of is that Roller's built-in search engine will not work in a clustered environment. You will want to turn off search and use some other solution.
There was a proposal to fix this, but it has not been implemented: https://cwiki.apache.org/confluence/x/_5kB Thanks, - Dave On Tue, Feb 1, 2011 at 1:33 PM, Marc Topper <[email protected]> wrote: > > John, > Thanks for your suggestion. I however took a different approach since I would > not be needing caching. > The following roller-custom.properties seem to work: > installation.type=manual > hibernate.dialect=org.hibernate.dialect.MySQLDialect > database.configurationType=jndi > database.jndi.name=jdbc/rollerdb > mail.configurationType=jndi > mail.jndi.name=mail/Session > > planet.aggregator.enabled=false > search.enabled=false > cache.sitewide.enabled=false > cache.weblogpage.enabled=false > cache.weblogfeed.enabled=false > cache.planet.enabled=false > > groupblogging.enabled=false > > ------------------ > > I also will not be needing search. > I was considering Roller or Wordpress. Now I will proceed with Roller. > I am writing a Blog about Cloud Compatible applications (like Roller :)), > which I hope to publish soon. > If anyone knows of other off-the-shelf apps that can be easily dropped into > a Load-Balanced cloud environment > with minor tweaking please let me know. > > Roller SUGGESTION: > Roller has a cool feature that tracks the IP Address of users when a Comment > is submitted. > My suggestion is that Roller record the entire IP address list in the > "X-FORWARDED-FOR" header because > from my test, only the Load Balancer IP address is shown. > > >> From: [email protected] >> Date: Mon, 31 Jan 2011 12:49:37 +0000 >> Subject: Re: Load Balancing >> To: [email protected] >> >> You can use Memcache. >> http://rollerweblogger.org/roller/entry/howto_memcached_with_roller >> >> On 30 January 2011 00:39, Marc Topper <[email protected]> wrote: >> >> > >> > Does Roller 4 or 5 support load balancing? >> > Specifically is there facilities for distributed caching or is there a way >> > to disable? >> > Thanks in advance. >> > >> > >> >> >> >> >> -- >> _____________ >> John G. Moylan >
