On 12/8/05, dave- <[EMAIL PROTECTED]> wrote:
> Is is possible to get Jetty to listen only to a specified fixed IP
> Address?  If so, how?
> Currently Jetty appears to listen on 0.0.0.0 and and therefore can not
> co exist on the same hardware with a httpd server.
> For example, say apache is listening on 1.2.3.4:80, could I get jetty to
> listen on 1.2.3.5:80.

Yes.

FILE: tools\jetty\conf\main.xml
Use:
    <New class="org.mortbay.http.SocketListener">
        <Set name="Host">1.2.3.5</Set>
        <Set name="Port">80</Set>

solprovider

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

Reply via email to