Changes between Version 9 and Version 10 of Installation
- Timestamp:
- 2010-10-07T16:42:25+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v9 v10 41 41 * Expand “handwritten/java”, “(default package)”, rightclick “!XgapGenerate.java”, “Run As -> Java Application”, ignore the warning. 42 42 * Rightclick “xgap_1_4_distro” project, hit “Refresh” 43 * Now you can use "XgapUpdateDatabase", “Run As -> Java Application” to load the XGAP datamodel into your database. 43 44 44 45 === Running on Tomcat === … … 61 62 62 63 === Loading example dataset and cluster metadata === 63 * Run "!QuickStart.java" (in handwritten/quickstart), this should fill up your database and storage locations with all needed data if everything has been set up correctly. 64 * Run "!QuickStart.java" (in handwritten/quickstart), this should fill up your database and storage locations with all needed data if everything has been set up correctly. It will not overwrite existing data, and load the datamodel if necessary. (though from plugins/emptydb/create_tables.sql for deployment reasons) 64 65 * Please note that error can be displayed while the program is running, this is fine, just let it run until it's done and then view the report. 65 66 * The same program can be called 'online' with the servlet '''loadexampledata''', there's a hyperlink in the 'About' section. This is very handy to quickly test deployed versions of your application.