Specify a specific interface (host name or IP address) to listen
on other than the default (localhost by using the -h option
as shown in the following example: Remember: Before
using this option, you should run under the Java security manager and enable
user authentication.
java org.apache.derby.drda.NetworkServerControl start -h myhost -p 1368
where myhost is the host name or IP address. On all interfaces,
you can specify a host name, IP address or 0.0.0.0 to listen.