2008-03-31 16:06:23 UTC
Hi! I'm just trying Jauus (the server) on Windows Server 2003 and I'm wondering about the following:
If I start the server on the command line (cmd.exe) like this:
java -cp jauus.jar integrity.server.IntegrityServer -c server.properties
(it runs!), how can I then stop it "normally"? If I stop the server with CTRL-C, the next time I start it I get an error message that the port specified in the server.properties config file is already in use.
Seems that CTRL-C does not free the port, how can I achieve that?
Thanks a lot!
Anne