Changes between Version 9 and Version 10 of Installation


Ignore:
Timestamp:
2010-10-07T16:42:25+02:00 (14 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v9 v10  
    4141 * Expand “handwritten/java”, “(default package)”, rightclick “!XgapGenerate.java”, “Run As -> Java Application”, ignore the warning.
    4242 * 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.
    4344
    4445=== Running on Tomcat ===
     
    6162
    6263=== 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)
    6465 * 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.
    6566 * 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.