[opencms-dev] How Run Opencms in Clustered Environment.?

Jason Trump jason.trump at brulant.com
Fri Apr 21 01:56:58 CEST 2006


even with OCEE, you can only use one server for editing (but you can display content on multiple servers).  if you just deploy the same application on multiple servers pointed at the same database, it should mostly work ok, though cached content will not automatically be updated when it is edited.

also, automatic failover will not work correctly, because OpenCms stores data tied to the user session outside of the actual HttpSession object.  so if you want to use the cluster to provide high availability in the event of a server crash, i think you either need to look into OCEE or make some modifications to the code yourself.

jt

-----Original Message-----
From: opencms-dev-bounces at opencms.org on behalf of Joe Desbonnet
Sent: Thu 4/20/2006 6:28 PM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] How Run Opencms in Clustered Environment.?
 
There is a commercial module called 'OCEE' for this from Alkacon
(http://www.alkacon.com).

If you install OpenCms, verify that it works, and then ZIP/tar up the
OpenCms directory in webapps and unpack it in the other servers in the
cluster it just might work. I've never tried it so I don't know.  But
would love to hear if it does work.

Joe.



On 4/20/06, RAJ <rajparikh7575 at gmail.com> wrote:
> Hi All,
>         I'm running opencms on websphere 6.0 with oracle 8.i database. I'm
> sucesfully able to run on single server. Now i'm planning to move it to
> production server, where they have 3 server clusterd. I've run opencms setup
> and it was working fine. but when second time i'm trying to access same url
> it is asking me to do setup again.
>       My problem is when any request come and if it goes to the server on
> which setup is done it it is working fine but request is being handled by
> different server i'm getting error.
>
>      So My Question is,
>           1) Do i have to run setup on each individual server ?, if Yes in
> setup stage 3 do i have to create table again and drop the table which is
> created before ? and do i have to import all modules ? If possible can u
> list me the steps ?
>
>
>
>            2) Is there any better way then above ?
>
> Thanks
> Rupesh
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 4165 bytes
Desc: not available
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060420/9bfa8b32/attachment.bin>


More information about the opencms-dev mailing list