Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 11/13/18 09:26:44 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 1 1 This is the homepage of the Genius2 parties server. 2 2 This server can provide running instances of specified agents. 3 4 5 6 7 The Parties server runs on Tomcat 8 and is developed with Eclipse EE. 8 9 Installation 10 You can download the profileserver war file from .... and install it in your apache-tomcat 8 installation [https://tomcat.apache.org/download-80.cgi]. After (re)starting tomcat your local profilesserver should be up and running. 11 12 After installing and starting, go to [http://localhost:8080/partiesserver] to see if it works. 13 14 Examples 15 {{{ 16 17 ...code... 18 }}} 19 20 21 You can also download this source repository (you don't need this if you just want to use the parties) 3 22 4 23 {{{ … … 6 25 }}} 7 26 27 Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to use this from Eclipse. 28 Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/Genius2/wiki/WikiStart 8 29 9 The Parties server runs on Tomcat 8 and is developed with Eclipse EE.