Amplitude Installation
Prerequisites

Amplitude is a servlet-based web application. It requires java and a servlet container. Both of these are freely available.

Java can be obtained from Sun.

Amplitude has currently only been tested with Tomcat. As others test the application with other servlet containers please let me know. Tomcat is available from Apache's Jakarta project.

 

Installation

Copying the amplitude.war file into the webapps directory of your servlet container and restarting it will work for most servlet containers.

After this you can configure the application by editing the webapps/amplitude/WEB-INF/amplitude.properties.

More information is available in Configuring Amplitude.

Back to Amplitude