Installation files

Qbox_foundation is distributed as a WAR file.

Installation instructions

  1. Deploy .war file into Tomcat (eihter by copying this file into server webapps dir or using Tomcat Manager)

  2. Edit file (ROOT)/qbox/WebRoot/WEB-INF/classes/hibernate.cfg.xml and check the values of the following attributes:

    • connection.url property should point to the database server and database that is going to be used. This should be modified only if the application server and the database server are located in different hosts and the default database name has been changed.

    • connection.username and connection.password properties should refer to a database user with grants on the application database. This should by modified only if the database creation script has been modified
Deployment environment

Qbox-Foundation has been developed and tested using:

PostgreSQL 8.2

Apache Tomcat 6.0