This wiki does not contain official documentation and is currently deprecated and read only. Please try reading the documentation on the Liferay Developer Network, the new site dedicated to Liferay documentation. DISCOVER Build your web site, collaborate with your colleagues, manage your content, and more. DEVELOP Build applications that run inside Liferay, extend the features provided out of the box with Liferay's APIs. DISTRIBUTE Let the world know about your app by publishing it in Liferay's marketplace. PARTICIPATE Become a part of Liferay's community, meet other Liferay users, and get involved in the open source project. « Volver a Liferay Faces
Clustering JSF Portlets on JBoss AS
Overview #
This article describes how to cluster JSF Portlets on JBoss AS.
Instructions #
Step 1: Create a new JSF portlet project from a Maven Archetype:
mvn archetype:generate \ -DarchetypeGroupId=com.liferay.maven.archetypes \ -DarchetypeArtifactId=liferay-portlet-jsf-archetype \ -DarchetypeVersion=6.1.2 \ -DgroupId=com.mycompany.test \ -DartifactId=test-jsf-portlet
Step 2:
UNDER CONSTRUCTION
See Also:
18249 Accesos