- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with jasperreports_server
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
Retrieves and Installs JasperReports server from a named source,
Builds and Configures JasperReports server via the WAR deployment methodology.
This is done by using the build-0-matic js-install minimal execution policy that references a generated default_master.properties file
The WAR is then copied to the specified application server reference in default_master.properties
This module requires that you have a functioning application server such as Apache Tomcat.
If not specified will obtain the source from sourceforge referncing the pkg_verison given
class { '::jasperreports_server':
pkg_version => '1.6.0',
}
Currently only tested on Centos 6.x