AFAIR you need to: 1) modify opemeetings-applicationContext.xml (comment <ref bean="openmeetings.HashMapStore" /> and uncomment <ref bean="openmeetings.DatabaseStore" />) 2) on each server uncomment <bean id="openmeetings.ServerUtil" scope="singleton" class="org.apache.openmeetings.session.ServerUtil"> <!-- *Need to be uncommented and set to the real ID if in cluster mode* <property name="serverId" value="1" /> --> </bean> 3) create servers via Administration GUI I guess thats it
On 8 October 2014 14:18, ARI HENDIAWAN <[email protected]> wrote: > Dear Maxim, > how to configure cluster mode on openmeeting version 3.0.3? > last, we use manual guide on website openmeetings and successfull.. (we > have 2 server openmeetings), but if 2 user access same room on each server, > the user not see each other (if we upload file on 1 user to room files, > then the other user can see that files) -- so the problem = consolidate > meeting and whiteboard on each server ? > fyi, > share file --> success > database access --> success > > Tks > > > -- > Disclaimer : > Confidential information may be contained in this message. If you are not > the intended recipient, you are strictly prohibited and may be unlawful to > use, copy, store, distribute, disclose or communicate any part of it to > others and you are obliged to return it immediately to sender or notify us > and delete the e-mail and any attachments from your system. Opinions, > conclusions and other information in this e-mail that do not relate to the > official business of any PT Bank OCBC NISP Tbk shall be understood as > neither given nor endorsed by it. No assumption of responsibility or > liability whatsoever is undertaken by PT Bank OCBC NISP Tbk in respect of > prohibited and unauthorised use by any other person. > > -- WBR Maxim aka solomax
