Foren

Clustering in liferay using Jboss

thumbnail
vijay pandey, geändert vor 12 Jahren.

Clustering in liferay using Jboss

Junior Member Beiträge: 44 Beitrittsdatum: 01.09.10 Neueste Beiträge
Hi

Can any body tell or describe how we can Clustering in liferay 5.x using jboss 4.x with full of configurations (Http web server)

Regards
Vijay Pandey
thumbnail
Mani kandan, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Expert Beiträge: 492 Beitrittsdatum: 15.09.10 Neueste Beiträge
Hi vijay,

This link might help you
thumbnail
vijay pandey, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Junior Member Beiträge: 44 Beitrittsdatum: 01.09.10 Neueste Beiträge
thanks mani,

I have followed this link but not get any success, have u done clustering using jboss.

Regards
vijay
thumbnail
Mani kandan, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Expert Beiträge: 492 Beitrittsdatum: 15.09.10 Neueste Beiträge
I haven't. did you check these links?

theard

link

link

jboss
thumbnail
vijay pandey, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Junior Member Beiträge: 44 Beitrittsdatum: 01.09.10 Neueste Beiträge
i did this but not succeded
Rajesh Rathod, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

New Member Beiträge: 2 Beitrittsdatum: 30.08.11 Neueste Beiträge
Hi Vijay,

Can you please give more detail about issue which you are facing while doing jboss clustering? BTW you can browse through Jboss Clustering link to get basic idea.
thumbnail
vijay pandey, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Junior Member Beiträge: 44 Beitrittsdatum: 01.09.10 Neueste Beiträge
thanks for reply

The main issue is that i have make two node (liferay,development) and do the entry in worker.properties .And configure httd.conf .

In jboss and liferay i did same configurations as mentions in website "(http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/JBoss-Tomcat-Liferay+portal+Clustering+-+what+and+how)" But not succeded .

What is Database Replication and Clustering # ,Repository Clustering# Mentions on website ,it mentions " /nfs/server/journal " i have not get this folder in my liferay.

So Please provide me proper guidelines

Regards
Vijay
Rajesh Rathod, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

New Member Beiträge: 2 Beitrittsdatum: 30.08.11 Neueste Beiträge
Vijay,

Regarding directory location "/nfs/server/journal", its NFS file system where journal folder is shared. This folder is not available in liferay directory. Please go through below links to configure NFS shared directory.

Windows
http://support.microsoft.com/kb/324089

Linux
http://www.cyberciti.biz/faq/linux-export-directory-with-nfs4/

Please let me know if you have any issue.
thumbnail
vijay pandey, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Junior Member Beiträge: 44 Beitrittsdatum: 01.09.10 Neueste Beiträge
i have done all the scenerio but not succeded ,Will Any one give details guidelines step by step for clustering with jboss

regards
vijay
thumbnail
Hitoshi Ozawa, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
You don't need nfs.
You really should upgrade to Liferay 6.0.6 and JBoss 5.x because you're asking for information on usage of outdated software.
thumbnail
vijay pandey, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss (Antwort)

Junior Member Beiträge: 44 Beitrittsdatum: 01.09.10 Neueste Beiträge
Hello friends
I have solved this issue by doing below configurations

Steps 1) Edit portal-ext.properties into node1 (liferay) and node 2 development

net.sf.ehcache.configurationResourceName=/ehcache/hibernate-clustered.xml
ehcache.multi.vm.config.location=/ehcache/liferay-multi-vm.xml
ehcache.multi.vm.config.location=/ehcache/liferay-multi-vm-clustered.xml
permissions.checker=com.liferay.portal.security.permission.AdvancedPermissionChecker

index.on.startup=false
lucene.replicate.write=true
cluster.link.enabled=true
cluster.link.autodetect.address=ORAC:1521
jcr.jackrabbit.repository.root=${liferay.home}/data/jackrabbit //Optional
dl.hook.impl=com.liferay.documentlibrary.util.AdvancedFileSystemHook //Optional


Steps2)Opened up portal-impl.jar and copied the ehcache folder to Liferay-portal-5.2-ee-sp3.war\WEB-INF\classes\

Steps 3)Edit into server.xml <Engine name="jboss.web" defaultHost="127.0.0.1" jvmRoute="liferay"> for liferay node And repeat this steps for development node i.e
<Engine name="jboss.web" defaultHost="192.168.230.120" jvmRoute="development">

Steps 4) Edit node 1(Liferay) /data/jackrabbit/repository.xml ,modify the database informations and repeat this in node2

Steps 5)Edit node 1(Liferay) /data/home/workspace/liferay/workspace.xml ,modify the database informations and repeat this in node2


If any one issue ,contact to me
Enjoy !!

Vijay Pandey
thumbnail
Hitoshi Ozawa, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
One point I'm not too sure about it that you seem be be putting your JCR repository in each server instead of sharing.
thumbnail
vijay pandey, geändert vor 12 Jahren.

RE: Clustering in liferay using Jboss

Junior Member Beiträge: 44 Beitrittsdatum: 01.09.10 Neueste Beiträge
Not Mandatory ,you will remove the property and use make clustering in jboss