Dashboard > Terracotta Public Wiki > Home > Liferay
  Terracotta Public Wiki Log In   View a printable version of the current page.  
  Liferay
Added by Orion Letizi, last edited by Orion Letizi on Nov 28, 2007  (view change)
Labels: 
(None)

Terracotta and Liferay

Liferay is currently taking our experiments and hardening them into a production-ready product. Please stay tuned.

Liferay is an open source portal platform.

We are currently experimenting with clustering Liferay with Terracotta; specifically, the following:

  • HTTP session replication
  • cache clustering
  • Lucene clustering

Source

Instructions

(As of Oct. 3, 2007, these instructions are a little out of date.)

Check out the liferay config module source described above and follow the steps in README.txt

HTTP Session Replication

Preliminary support for this is now checked in to the labs repository. You can edit this page if you sign up for a Terracotta account.

Lucene Index Clustering

Support for this is now checked in to the labs repository.

There is some possibility of Liferay moving to Solr.

Ehcache

We still need to experiment with getting Ehcache clustered. There are standalone caches and hibernate caches that need to be kept consistent across multiple instances of liferay.

OSCache

As of 4.3.x, OSCache has been swapped out for Ehcache. We've stopped investigating this avenue.

Resources

A JIRA project has been created here (although, it is not currently public): http://support.liferay.com/

News

July 25, 2007: Brian Chan checked in an option for using RAMDirectories in Liferay:

Orion,

http://support.liferay.com/browse/LEP-3361

Just checked in an option for "ram" now. Available in latest 4.3.x and
trunk.

#
# Designate whether Lucene stores indexes in a database via JDBC, file
# system, or in RAM.
#
#lucene.store.type=jdbc
lucene.store.type=file
#lucene.store.type=ram

July 24, 2007: Posted instructions on how to get Lucene clustering working in Liferay.

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.5 Build:#811 Jul 25, 2007) - Bug/feature request - Contact Administrators