|
INSTALLATION FROM WAR (Tested so far with Tomcat 4.1.12)
0. Download war file from http://candlelightsoftware.com/downloads/cocoon-reports.war
1. Place cocoon-report in ~jakarta-tomcat-4.1.12/webapps/cocoon-reports.war
2. Start up Tomcat
3. Place browser URL to http://localhost:8080/cocoon-reports
You should now see selection for the two demo report.
This will also un-archive the war file so the additional
configuration and setup steps below can be performed.
4. Create MySql database table: mysql < ~/cocoon-reports/demo.sql on command line.
5. Adjust Cocoon Sitemap file:
5.1 Adjust URL for database if needed: see line 230 of site map file
5.2 Adjust line 237 of sitemap file (i.e. parameter "absolute-path"
to reflect your installation.
|