google.com, pub-5747754088801811, DIRECT, f08c47fec0942fa0 Skip to main content

Posts

Showing posts with the label repository

Integrating Alfresco Repository to Liferay Documents and Media Portlet

Install alfresco in your system Install liferay in your system. Edit your liferay-home\tomcat-7.0.42\conf\server.xml file  <Server port="5005" shutdown="SHUTDOWN"> <Connector port="5050" protocol="HTTP/1.1">         connectionTimeout="20000"          redirectPort="5443" URIEncoding="UTF-8" /> <Connector port="5009" protocol="AJP/1.3" redirectPort="5443" URIEncoding="UTF-8" /> Add in portal-ext.properties file below property. session.store.password=true company.security.auth.type=screenName Note:- Above line is useful for similarity in credential for both alfresco and liferay. ReStart liferay server  Start alfresco server Login with admin user in liferay. This time it will ask screen name and password due to above properties file. Create new user with Screen Name :-  admin Password      :-   admin Email ...