Changes between Version 49 and Version 50 of WikiStart
- Timestamp:
- 08/13/19 10:26:51 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v49 v50 6 6 This server can provide a list of runnable parties, and create running instances of specified parties on a HTPT GET request. When an instance is made, a websocket link to the running party is provided to the caller. 7 7 8 The GeniusWeb main page is [https://tracinsy.ewi.tudelft.nl/ trac/GeniusWeb here].8 The GeniusWeb main page is [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb here]. 9 9 10 10 … … 23 23 24 24 Example parties are discussed on the [ 25 can be found in [https://tracinsy.ewi.tudelft.nl/ trac/GeniusWeb#WritingapartyinJava GeniusWeb example parties].25 can be found in [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#WritingapartyinJava GeniusWeb example parties]. 26 26 27 27 To deploy a party, the party jar file (with dependencies) is simply copied into the the {{{tomcat/webapps/partiesserver/partiesrepo}}} directory. This directory is created by tomcat when started. … … 119 119 120 120 Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to run this from Eclipse. 121 Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/ trac/GeniusWeb/wiki/WikiStart121 Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb/wiki/WikiStart 122 122 123 123 It is maven based so you only need maven to compile the code.