Changes between Version 52 and Version 53 of WikiStart


Ignore:
Timestamp:
09/19/19 11:02:31 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v52 v53  
    2020
    2121= GUI
    22 After installing and starting, go to [http://localhost:8080/partiesserver-XXX] (replace XXX with the version you installed). You should get this webpage
     22After installing and starting, go to [http://localhost:8080/partiesserver-1.0.0] (replace 1.0.0 with the version you installed). You should get this webpage
    2323
    2424[[Image(home.png)]]
     
    2727can be found in [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#WritingapartyinJava GeniusWeb example parties].
    2828
    29 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.
     29== Adding or changing a Party
    3030
    31 To remove or rename a party, you can simply remove or rename the jar file.
     31To change a profile or add a new party,
    3232
     33* Make sure the profiles server has been run (apache will unzip the war file)
     34* Locate the unzipped partiesserver folder inside your tomcat webapps directory
     35* locate the partiesrepo directory inside that folder. This folder contains all current parties
     36* Copy your new version of a party.jar over an existing one. Or copy a new party.jar into this folder. Make sure that you have the jar file with all dependencies.
     37* The parties should now show up in the "list of party files" on the server webpage. Make sure you force refresh the page as some browsers show only old cached data.
     38* If the file is visible in that list, but does not show up in list of "currently runnable parties" then the jar does not contain a valid party. Check the apache tomcat logs to see why the jar has been rejected.
    3339
    3440= Communication protocol