What is the Appspy server ?
The Appspy server is a java servlet container that contains :
- 4 webapps :
- org.appspy.server.webapp : This application exposes the data collection service (used by the Appspy client side)
- org.appspy.admin.webapp : This is the Appspy admin application (allows you to create / modify the reports and the dashboards)
- org.appspy.viewer.webapp : This applications allow Appspy users to consult the reports and the dashboards to analyse the collected datas
- org.appspy.viewer.birt.webapp : This is the Eclipse BIRT webapp used by the Appspy to display the reports
- 1 datasource :
- All those webapps are working with the same datasource. Out of the box, the Appspy server uses an Apache Derby Embedded database.
Step 2 : Start it
- Unzip the file
- Go into the "bin" directory
- (Unix only) chmod +x *.sh
- Launch startup.bat (Windows) / startup.sh (Unix)
Step 3 : Try it
Check that the server has started successfully :