We are currently in the process of developing liferay portal web application for our CMS. We are using liferay bundled with tomcat.I have also written some hooks do some customization. Currently we are at the end of first milestone and thinking of deploying it to pre-prod.
Could anybody please guide me what are the best practices to do this.For e.g. 1. Should it be single war file containing ROOT and custom hooks? 2. Would the portal-ext be copied as it is ? 3. How would the tomcat be setup ,is it going to be simple unzip of the bundle?
Any link/resource with exact steps to setup production/pre-production server would really help. Thanks in advance.