- -

PDFPDF version

Installation

Requirements

Setup

  1. First you need to configure a JDBC data source for the Gomba servlets. This setup is container specific. If you are using Tomcat as your servlet container, you can use the provided configuration file in the conf directory. Otherwise refer to your container documentation.
  2. Drop the WAR file found in the binary distribution in your servlet container web application directory.
  3. Once the container has unpacked the gomba WAR, you can start tweaking the web.xml and adding servlets.

Compiling sources

To compile sources you have to install and configure the following tools:

Type this command from sources directory:

ant dist

the distribution packages will be created inside the dist directory.

by Flavio Tordini