Normally Liferay is bundled with different application servers like Tomcat, Jboss, Glass Fish etc.But when our portal is going to deploy in production server, Liferay recommend a better and standard way of deploying the portal in an existing application server. Here I am explaining how to deploy Liferay 6.x portal in Jboss application server. Softwares required : Jboss-5.1.0.GA server. Liferay-portal-6.0.6 war file. Liferay-portal-dependencies-6.0.6 dependencies file. mysql-connector-java-{$version}-bin.jar Download and install Jboss-5.1.0.GA server into your preferred directory. Go to JBOSS_HOME/server/default/lib directory and copy mysql-connector-java-{$version}-bin.jar into it. Then extract the Liferay-portal-dependencies-6.0.6 dependencies files and move it into JBOSS_HOME/server/default/lib direcory . If you want JBoss to manage the data source, use the following instructions. If you want to use the built-in Liferay data source, you can skip thi...