----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Jean-Luc Rochat wrote:
>
> Sean Dowd wrote:
> >
> > I have my bindaddress set to my ip address (not 127.0.0.1) and
> > when I try to send it a stop signal, it takes a NullPointerException.
> > This works fine if I use 127.0.0.1 as the bindaddress (which means
> > I can only connect from an Apache instance on the same box).
> >
> > It looks like the signal method in JServ is always connecting to
> > 127.0.0.1 to send signals. I changed it to open the socket to
> > the bindaddress value from the properties file and it appears to
> > fix the problem. Is this a valid fix?
> >
> No. (in my opinion).
[cut]
> Jean-Luc
>
Ooops ! Seeing the patch I realize you are not talking of the client
side ("open the socket" is a client-side term, when "create, bind,
accept" are server-side ones).
So of course your patch is possible, and should be applied (it's in CVS
now).
But is it compatible with the previous patch that allowed to bind to the
"*" wildcard parameter ?
Jean-Luc
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]