Originally posted by Mike Tilling:
Thanks
We do have the same spec.
English is my second foreign language, does "left out entirely, in which case the network client and gui must run." mean that server is the default mode?
Best Regards
No problems, let me explain.
we can have following three scenarios
1. "server" as a parm to the jar file - start the server, which is the network server for the database.
2. "alone" as parm to jar file - start the GUI client( the one which you do the booking and stuff) in local mode. This should not connect to the database server.
3. no parms ("left out entirely") - start the GUI client, but in this case it must be able to connect to the database server, which you started in point 1.