03-06-2007 04:34 AM
03-06-2007 11:11 AM
03-06-2007 04:33 PM
Hi,
I'm interested in deploying Alfresco into Jetspeed2 as a portlet…
For the moment, I could only think of a portlet that connects to Alfresco (which is actually a webapp)…
Can you give some advice of how you've done it?
Thanks.
Regards,
Enrique
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
…
<filter-mapping>
<filter-name>Authentication Filter</filter-name>
<url-pattern>/faces/*</url-pattern>
<dispatcher>INCLUDE</dispatcher> <!– put these 3 lines to every filter-mapping –>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
<portlet-app id="alfresco" version="1.0">
<portlet id="alfresco">
<description>Alfresco Web Client Portlet</description> <portlet-name>alfresco</portlet-name>
<display-name>Alfresco Web Client Portlet</display-name> <portlet-class>org.alfresco.web.app.portlet.AlfrescoFacesPortlet</portlet-class>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
</supports> <portlet-info>
<title>Alfresco Web Client Portlet</title>
<short-title>alfresco</short-title>
</portlet-info>
</portlet>
</portlet-app>
03-06-2007 05:40 PM
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.