cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Alfresco PR6 in eXo Platform

jokipii
Champ in-the-making
Champ in-the-making
Hello,

Here is how to integrate Alfresco PR6 into eXo platform enterprise edition running on JBoss:

1) download and install alfresco-jboss
2) remove jboss-portal.sar and portal-hsqldb-ds.xml from directory jboss/server/default/deploy
3) install exoplatform-ear-1.0.zip. Follow the installation documentation for the eXo Platform v1.0.
4) add following XML fragments to right places of /WEB-INF/web.xml file inside alfresco.war located in directory jboss/server/default/deploy:

<listener>
   <listener-class>org.exoplatform.services.portletcontainer.impl.servlet.PortletApplicationListener</listener-class>
</listener>

<servlet>
    <servlet-name>PortletWrapper</servlet-name>
    <servlet-class>org.exoplatform.services.portletcontainer.impl.servlet.ServletWrapper</servlet-class>
</servlet>

<servlet-mapping>
    <servlet-name>PortletWrapper</servlet-name>
    <url-pattern>/PortletWrapper</url-pattern>
</servlet-mapping>
5) start Alfresco
6) login to portal http://localhost:8080/portal/ as the admin user: admin/exo
7) edit portal template or page content to view Alfresco portlet where you want
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
Hello,

Great job! Thanks for taking the time to do this and letting others know your solution.

Cheers,

Kevin

jayagopalan
Champ in-the-making
Champ in-the-making
HI,
    can you pls eloborate on using alfresco with exo ..

I have used CMS systems like ezPublish where we can publish content to websites.

Does integration of alfresco with exo, provide web content management feature ,which is currently not available as part of alfresco?


thanks for your support.

Jay.