I see Quiton has already patched this, beat me to it ;-)

/c

----- Original Message -----
From: "David Bolshoy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 04, 2003 11:55 PM
Subject: RE:XMLRPC listener ports


> Hi Bas,
>
> You are lucky, I tackled just the same problem yesterday, and here is a
> solution.
>
> 1. you have to change the file
> org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.java :
>  new WebServer(port)  -->  new WebServer(port, address)
>
> 2. add the following to your TR.props: services.XmlRpcService.address =
> 0.0.0.0
>
>
> What happens is the following. The WebServer binds to 127.0.0.1 by
default,
> and not to all adapters as the doc says. So you have to pass 0.0.0.0 as
the
> binding address to bind to everything. But even if you do pass this, it is
> used only for SecureWebServer, and not for a regular WebServer, so you
have
> to change the code.
>
> Hope this helps.
>
> Cheers,
>
> David
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to