- Overview
- Module Description - What the module does and why it is useful
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
Retrieves and Installs JasperReports server from a named source. This module is a fork of https://github.com/arineng/arin-jasperreports_server but is based on Ubuntu instead of CentOS. In contrast to the original plugin, it installs the prerequisites like a database server and tomcat server too.
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
If not specified will obtain the source from sourceforge referncing the pkg_verison given
class { '::jasperreports_server':
pkg_version => '1.6.0',
}
Starting Jasper Reporting Server
sudo /opt/apache-tomcat/bin/shutdown.sh
sudo /opt/apache-tomcat/bin/startup.sh
After you have started the server, use the reporting server at the following location: http://{your_ip}:8080/jasperserver/login.html
username: jasperadmin pasword: jasperadmin
- Ubuntu 14.04 only
- Currently only MySQL (application) database implementation