Friday, November 29, 2013

Liferay dockbar load issue

    

  If you find that the dockbar is not loading and its keep on spinning it a javascripts minifiers issue.To resolve this we can set the property in portal-ext.properties.


com.liferay.portal.servlet.filters.minifier.MinifierFilter=false

In the browser you can check by setting the &js_fast_load=0&css_fast_load=0&strip=0 in the URL parameter 
 

No comments:

Post a Comment

Distributed Transactions

What is a distributed transaction?  Transactions that span over multiple physical systems or computers over the network, are simply termed D...