Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The instructions for making this conversion are also in the DLM Administration Guide: http://www.ja-sig.org/wiki/display/UPC/DLM+Administration+GuideThese are specific to the seminar environment. The seminar environment contains the properties file and data file needed to run initportal.  If you are running in the uPortal 101 project, you don't need to make any changes.  To switch back to Aggregated Layout Manager you could use original.data.xml and original.portal.properties both in the OtherProperties directory.  Note that when you change the properties file you must also change the profiles in the database to use the DLM structure and theme transform style sheets. 

Step 1.

In Se the uPortal 101 Eclipse project properties /in portal.properties edit the settings as follows:

Panel

org.jasig.portal.layout.UserLayoutStoreFactory.implementation=org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
org.jasig.portal.layout.UserLayoutManagerFactory.coreImplementation=org.jasig.portal.layout.dlm.DistributedLayoutManager 

...

After changing this value redeploy using, "ant deploy"

...