Attached are the diffs for the NetworkServer start and stop scripts.
The changes allow the user to specify the host/port on the command line
or via the variables DERBY_SERVER_HOST and DERBY_SERVER_PORT.
With these you can do:
startNetworkServer.ksh myhost 1111
or
DERBY_SERVER_HOST=myhost;export DERBY_SERVER_HOST
DERBY_SERVER_PORT=1111;export DERBY_SERVER_PORT
startNetworkServer.ksh
Regards,
Lance
--
Lance Andersen email: Lance.Andersen@sun.com
Sun Microsystems Inc. phone: (781) 442-2037
1 Network Drive, UBUR02-301 fax : (781) 442-1610
Burlington, MA 01803
|