Dave wrote:
On Wed, Jul 30, 2008 at 6:05 AM, Dick Davies <[EMAIL PROTECTED]> wrote:
Hi, I've got a 2 node Roller 4.0 cluster (on Glassfish v2).
Just wanted to check what needs to be done to make it place nicely.
* turn off search
* have a shared uploads folder
* shared planet cache.dir directory
* arrange for each instance to have a unique tasks.clientId attribute
in roller-custom.properties
* set the <distributable /> element in web.xml (? not sure whether
this is required)
Sounds about right. I'm not sure that web.xml change is necessary, I
don't recall using it myself.
I've never heard of that web.xml element either. Shouldn't be necessary.
You also need some form of cluster safe cache implementation as well
unless you plan to disable all of Roller's caches. Without that you'll
get mismatching data between nodes.
-- Allen
- Dave