diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ Quick howto for the NetCalendar =============================== - + ``` I. HOW TO START THE NETCALENDAR STAND ALONE (WITHOUT SSL): @@ -20,6 +20,8 @@ You need at least a JRE 6 or higher. The command java -jar NetCalendar.jar --client-and-server ``` + + is starting the client and the server of the NetCalendar within the same process as two different threads. The option "server_address" will be set automatically to "localhost". The communication between both threads is done |
