Changes between Version 52 and Version 53 of WikiStart
- Timestamp:
- 09/19/19 11:02:31 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v52 v53 20 20 21 21 = GUI 22 After installing and starting, go to [http://localhost:8080/partiesserver- XXX] (replace XXXwith the version you installed). You should get this webpage22 After 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 23 23 24 24 [[Image(home.png)]] … … 27 27 can be found in [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#WritingapartyinJava GeniusWeb example parties]. 28 28 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 30 30 31 To remove or rename a party, you can simply remove or rename the jar file.31 To change a profile or add a new party, 32 32 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. 33 39 34 40 = Communication protocol