Changes between Version 49 and Version 50 of WikiStart


Ignore:
Timestamp:
08/13/19 10:26:51 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v49 v50  
    66This 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.
    77
    8 The GeniusWeb main page is [https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb here].
     8The GeniusWeb main page is [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb here].
    99
    1010
     
    2323
    2424Example parties are discussed on the [
    25 can be found in [https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb#WritingapartyinJava GeniusWeb example parties].
     25can be found in [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#WritingapartyinJava GeniusWeb example parties].
    2626
    2727To 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.
     
    119119
    120120Since 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/WikiStart
     121Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb/wiki/WikiStart
    122122
    123123It is maven based so you only need maven to compile the code.