Alfresco & Liferay :Portlet 'Doclib'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2012 05:45 AM
Hello,
I have
but when i added one of these 3 portlet of Doclib on Liferay ,i have this message:
and here is the log file:
[img]http://img15.hostingpics.net/pics/456401logLiferayalfresco.png[/img]
Could you help me with the following issue?
I have
- alfresco-community-3.4.c
- Liferay Portal 5.2.3 Community Edition “liferay-portal-tomcat-6.0-5.2.3.zip”
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?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2012 05:39 AM
Hello,
my problem was resolved.
Just change the ports Tomcat alfresco in the file
here is its content:
my problem was resolved.
Just change the ports Tomcat alfresco in the file
share-config-custom.xmlwith 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>
