E N D
Java PaaSDeploy Liferay Application on CloudBees http://clean-clouds.com
Package war to have all necessary jars for standalone deployment • Download and un-jar the pure non-app-server-bundled Liferay war into a temporary directory. • Download and un-jar the Liferay Tomcat Bundle into some other place (for example /tmp/lr-606-bundle). • Copy all of the global jar files from the Liferay Tomcat Bundle in lib/ext to your custom Liferay WAR file directory mkdirliferay-cb-war cp liferay-portal-6.0.6-20110225.war ./liferay-cb-war jar xvf liferay-portal-6.0.6-20110225.war cp /tmp/lr-606-bundle/liferay-portal-6.0.6/tomcat-6.0.29/lib/ext/*.jar /tmp/lr-cb-war/WEB-INF/lib Repackage Liferay war for deployment
portal-ext.propertiesliferay.home=/tmp/liferay-home-eb jdbc.default.driverClassName=com.mysql.jdbc.Driver jdbc.default.url=jdbc:mysql://yourdatabase:3306/liferay-username?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false jdbc.default.username=liferay-username jdbc.default.password=liferay-password #lucene.store.type=ram #lucene.store.jdbc.auto.clean.up.enabled=true cd /tmp/lr-cb-war jar uvf path-to-war/liferay-portal-6.0.6-20110225.war WEB-INF/classes/portal-ext.properties WEB-INF/lib/*.jar edit portal-ext.properties file and Repackage war