cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco installation with Liferay

radhika
Champ in-the-making
Champ in-the-making
Hi,

  Do we have any guide to follow for installation and configuration of Alfresco with liferay .

Alfresco version is 3.0 E.So what is the compatible version of liferay and could someone please let me know if we can get some guide on the same?

Thanks,
Radhika
5 REPLIES 5

mikeh
Star Contributor
Star Contributor
http://wiki.alfresco.com/wiki/Deploying_2.1WAR_Liferay4.3

There are also notes for Liferay 5 in that article.

Mike

radhika
Champ in-the-making
Champ in-the-making
Hi Mike,

  After following all steps specfied i am encoutering following error:

com.liferay.portal.kernel.deploy.auto.AutoDeployException: alfresco.war does not support this version of Liferay
        at com.liferay.portal.tools.deploy.BaseDeployer.deployFile(BaseDeployer.java:601)
        at com.liferay.portal.tools.deploy.BaseDeployer.deploy(BaseDeployer.java:407)
        at com.liferay.portal.deploy.auto.PortletAutoDeployer.autoDeploy(PortletAutoDeployer.java:99)
        at com.liferay.portal.deploy.auto.PortletAutoDeployListener.deploy(PortletAutoDeployListener.java:84)
        at com.liferay.portal.kernel.deploy.auto.AutoDeployDir.processFile(AutoDeployDir.java:196)
        at com.liferay.portal.kernel.deploy.auto.AutoDeployDir.scanDirectory(AutoDeployDir.java:144)
        at com.liferay.portal.kernel.deploy.auto.AutoDeployScanner.run(AutoDeployScanner.java:60)

what could be the issue?

-Radhika

mikeh
Star Contributor
Star Contributor
Also change the Liferay version in the end of the file to the version of your installation.

Did you update the Liferay version in liferay-plugin-package.xml?


Mike

radhika
Champ in-the-making
Champ in-the-making
Hi Mike,

  This is the changes in made

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plugin-package PUBLIC "-//Liferay//DTD Plugin Package 5.2.2//EN" "http://www.liferay.com/dtd/liferay-plugin-package_5_2_2.dtd">

<plugin-package>
   <name>Alfresco Portlet</name>
   <module-id>alfresco/alfresco/3.0/war</module-id>
   <types>
      <type>portlet</type>
   </types>
   <tags>
      <tag>content</tag>
   </tags>
   <short-description>This is the Alfresco portlet.</short-description>
   <change-log>Adapted to the latest version of Liferay.</change-log>
   <page-url>http://www.alfresco.com</page-url>
   <author>Alfresco Software, Inc.</author>
   <licenses>
      <license osi-approved="true">GPL</license>
   </licenses>
   <liferay-versions>
      <liferay-version>5.2.*</liferay-version>
   </liferay-versions>
</plugin-package>

Let me know if something is wrong over here.

Radhika

mikeh
Star Contributor
Star Contributor
Looks ok to me - you might want to try asking over at the Liferay forums..?

Mike