Getting Started with Light Portal Framework

Requirements

1. Get Java 1.5 or higher Ready

If you have not already done so, download and install Java.

 2. What Database do you want

Light Portal requires a database to persistent user information. The following databases are tested:

Light Portal is distributed with the HSQLDB database configured as the default, the database configuration can be configured at /WEB-INF/classes/hibernate.cfg.xml.


3. Servlet Engines

In theory, Light Portal can be run under any servlet container supporting the 2.4 specification or greater. Successful Light Portal applications have been deployed using:


4. Installing Light Portal from Source or Binary Distributions

Depending on what you want to do, you have the choice of installing Light Portal from a binary release or from the sources. If you want to modify the core functionality of Light Portal or contribute to the development of Light Portal, you need to work with the sources. If you are only interested in building your own custom enterprise portal, you can start with a binary release of Light Portal. Most people should start with the binary distribution.

You can deploy Light Portal binary to Tomcat according to the following steps:
    

Light Portal is distributed with the HSQLDB database configured as the default, the database configuration can be configured at /WEB-INF/classes/hibernate.cfg.xml. You can configure to connect to Mysql database according to the following steps: