Version 6 (modified by wouter, 5 years ago) ( diff )

--

This is the homepage of the Genius2 parties server. This server can provide running instances of specified agents.

The Parties server runs on Tomcat 8 and is developed with Eclipse EE.

Installation 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.

After installing and starting, go to http://localhost:8080/partiesserver to see if it works.

Examples

...code...

You can also download this source repository (you don't need this if you just want to use the parties)

svn checkout https://tracinsy.ewi.tudelft.nl/svn/Genius2PartiesServer/

Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to use this from Eclipse. Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/Genius2/wiki/WikiStart

Create new party instance

A new instance of a party can be created by connecting to partiesserver/run/<party name>, for instance

http://localhost:8080/partiesserver/run/randomparty-1.0.0

There are two possible responses from the party server:

  1. a URL. This is the URL of the websocket behind which the newly instantiated party can be contacted.

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.