Versions Compared

Key

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

...

  1. Configure portal.properties to use aggregated versions of the layout manager and layout store:
    Code Block
    
    org.jasig.portal.UserLayoutStoreFactory.implementation=org.jasig.portal.layout.AggregatedUserLayoutStore
    org.jasig.portal.layout.UserLayoutManagerFactory.coreImplementation=org.jasig.portal.layout.AggregatedLayoutManager
    
  2. Turn off the locale manager awareness in portal.properties:
    Code Block
     org.jasig.portal.i18n.LocaleManager.locale_aware=false
    
  3. Configure pushfragments.xml (uPortal 2.3) or fragments.xml (uPortal 2.4) with the fragments you want in your portal.
  4. Run ant -f upgrade21.xml convert-to-al
  5. Turn locale manager awareness back on (reverse Step 2) if necessary.