Additional Files
The below files are additional, optional files that can be used with Liferay 6.1. These files complement the main downloads and can be used to deploy Liferay to existing app server environments, or develop applications for the Liferay Platform.
Dependencies
Liferay Portal 6.1 GA 1 Dependencies: Unzip and put them in the application server global classpath. Also see the files to integrate with external systems below for Workflow, CAS, Chat, etc.
Installation: Read the "Installing Liferay on an Existing Application Server" section in Liferay Portal 6 - Installation Guide.
In some cases, depending on your Application Server, you may need additional dependencies which can be found in the Application-Specific Liferay Bundle. For example, for Apache Tomcat, download the
Tomcat bundle and use the dependencies found in the
liferay-portal-x.x.x/tomcat-x.x.x/lib/ext directory.
Also see the files to integrate with external systems below for Workflow, CAS, Chat, etc.
Mobile Device Detection Plugin
Installing the WURFL (Wireless Universal Resource File) plugin adds mobile device detection to Liferay.
WARs
Liferay Portal 6.1 GA 1 WAR - The unbundled Liferay web application (WAR file). Use this to deploy to an existing app server environment.
Application Server Plugins - Database Scripts
Liferay Portal 6.1 GA 1 SQL Scripts: Contains scripts for all supported databases. Use:
- create-minimal-*.sql: deletes any existing data, creates the database, creates all necessary tables and indexes and loads the minimal necessary data.
- create-*.sql:: does the same and additionally loads example data.
Files for Developers
Liferay IDE 1.4 - Eclipse-based IDE for developing Liferay Plugins (portlets, themes, etc) with support for Liferay 6.1. Installation and Usage documentation is available.
Liferay IDE Server Manager Plugin for Liferay IDE 1.4. This connects your Liferay IDE to a remote Liferay deployment.
Liferay Plugins SDK 6.1 GA 1 Command-line-driven Development environment for Portlets, Themes and Layout Templates.
Liferay Portal 6.1 GA 1 Web Services Client Java Stubs for Liferay Services (SOAP, Spring Remoting).
Liferay Portal 6.1 GA 1 JavaDocs
Liferay Portal 6.1 GA 1 Source