I got the following error when I try to start Derby using the command ./NetworkServerControl maxthreads 10 inside DERBY_HOME/bin 2010-12-29 20:41:16.426 GMT : Could not connect to Derby Network Server on host localhost, port 1527: Connection refused
Hi Eranda,
I think that the 'maxthreads 10' command assumes that the server
is already started.
So, *first* do
./NetworkServerControl start
Then, do
./NetworkServerControl maxthreads 10
Does that work better?
thanks,
bryan
