| 18 | == Running a Session |
| 19 | To run a session using the new-session GUI : |
| 20 | |
| 21 | * Go to http://localhost:8080/runserver and click on "new session". |
| 22 | * enter a valid profilesserver URL in the domain/profile server field |
| 23 | * enter a valid partiesserver URL in the parties server field |
| 24 | * Inside the Participants area, select the party and profile for the first party and click add |
| 25 | * Repeat that until all parties have been added. |
| 26 | * Press the "Start Session" button. |
| 27 | |
| 28 | At this moment there are two ways to check the progress on the running session |
| 29 | * Check the output of the tomcat web server (eg in catalina.out) |
| 30 | * Check the log files written by the protocol. |
| 31 | |
| 32 | |