Foren

Help : Integrate Alfrsco 5.0 to Liferay 6.2

thumbnail
Subhasis Roy, geändert vor 8 Jahren.

Help : Integrate Alfrsco 5.0 to Liferay 6.2

Expert Beiträge: 275 Beitrittsdatum: 20.01.12 Neueste Beiträge
Hi,

I want to integrate Alfresco 5.0 to Liferay 6.2. Both are running in 2 separate tomcat instance.
Any pointers will be very helpful.

Also I have one more question. Whether I can integrate Alfresco Portlet with Liferay 6.2.
If yes, then how can I achieve that.
thumbnail
Subhasis Roy, geändert vor 8 Jahren.

[Solved] : RE: Help : Integrate Alfrsco 5.0 to Liferay 6.2

Expert Beiträge: 275 Beitrittsdatum: 20.01.12 Neueste Beiträge
Thanks.
It got Resolved

Added the following entry in portl-ext.properties file

##CMISStore session
session.store.password=true
company.security.auth.type=screenName

#
# Set the name of a class that implements
# com.liferay.portlet.documentlibrary.store.Store. The
# document library server will use this to persist documents.
#
dl.store.impl=com.liferay.portlet.documentlibrary.store.CMISStore

#
# CMISStore
#
dl.store.cmis.credentials.username=admin
dl.store.cmis.credentials.password=admin
#dl.store.cmis.repository.url=http://localhost:8080/alfresco/service/api/cmis
dl.store.cmis.repository.url=http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom
dl.store.cmis.system.root.dir=MyDoc 


Used the ATOMPub url for dl.store.cmis.repository.url while accessing Alfresco 5.0 APIs.