On 8/6/07, John Embretsen <[EMAIL PROTECTED]> wrote:
>
> I believe startNetworkServer (or any of the other scripts) does not pass any
> options you specify on the command line along to the network server, which 
> means
> that the -h option you specified is ignored, and your server will only listen 
> on
> the local loopback interface.

Actually, it's only startNetworkServer and stopNetworkServer that
don't pass additional arguments on to NetworkServerControl. It would
be simple to fix this, by adding $@ to the shell script versions and
%DERBY_CMD_LINE_ARGS% to the batch versions to the lines with the
NetworkServerControl command.

I've made this change with revision 563340.

Reply via email to