Kenny Grimm - 2000-03-30

I've been trying to run jnap with a custom server on my machine, something seemed not right.  I looked through the code and found:

if ("127.0.0.1".equals(hostname)) {
  jn.fireNetworkEvent(INetwork.SERVER_BUSY, null);
  return false;
}

Is there a reason why you do not want this done?  I'm trying to use jnap to test a napster server in development, any info will help.

Thanks