cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco & Liferay :Portlet 'Doclib'

alf_joe
Champ in-the-making
Champ in-the-making
Hello,

I have 
    alfresco-community-3.4.c
         
    Liferay Portal 5.2.3 Community Edition “liferay-portal-tomcat-6.0-5.2.3.zip”
As indicated in the title,i want to run the portlet doclib of alfresco on Liferay ,I followed the instruction of these two tutorials (all went well):
    http://tekonorma.fr/WPblogTN/2011/03/alfresco-et-liferay/
but when i added one of these 3 portlet of Doclib on Liferay ,i have this message:
portlet is temporarily unavailable

and here is the log file:
[img]http://img15.hostingpics.net/pics/456401logLiferayalfresco.png[/img]

Could you help me with the following issue?
1 REPLY 1

alf_joe
Champ in-the-making
Champ in-the-making
Hello,
my problem was resolved.
Just change the ports Tomcat alfresco in the file
share-config-custom.xml
with minor modifications.
here is its content:
<alfresco-config>   <!– Overriding endpoints to reference a remote Alfresco server –>   <config evaluator="string-compare" condition="Remote">      <remote>         <endpoint>            <id>alfresco-noauth</id>            <name>Alfresco - unauthenticated access</name>            <description>Access to Alfresco Repository WebScripts that do not require authentication</description>            <connector-id>alfresco</connector-id>            <endpoint-url>http://localhost:7080/alfresco/s</endpoint-url>            <identity>none</identity>         </endpoint>         <endpoint>            <id>alfresco-feed</id>            <name>Alfresco Feed</name>            <description>Alfresco Feed - supports basic HTTP authentication</description>            <connector-id>http</connector-id>            <endpoint-url>http://localhost:7080/alfresco/s</endpoint-url>            <basic-auth>true</basic-auth>            <identity>user</identity>         </endpoint>         <connector>            <id>alfrescoCookie</id>            <name>Alfresco Connector</name>            <description>Connects to an Alfresco instance using cookie-based authentication</description>            <class>org.springframework.extensions.webscripts.connector.AlfrescoConnector</class>         </connector>         <endpoint>            <id>alfresco</id>            <name>Alfresco - user access</name>            <description>Access to Alfresco Repository WebScripts that require user authentication</description>            <connector-id>alfrescoCookie</connector-id>            <endpoint-url>http://localhost:7080/alfresco/wcs</endpoint-url>            <identity>user</identity>            <external-auth>true</external-auth>         </endpoint>                        </remote>   </config></alfresco-config>‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.