I think he means how you set the IP address the server should listen to on a
multi-homed host.

if this is the case I'm not sure you can do it in Tomcat 3.2.1

if it is possible it would look something like this

        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"

value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
            <Parameter name="port"
                value="8080"/>
            <Parameter name="address"
                value="209.233.3.2"/>
        </Connector>



Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net

>-----Original Message-----
>From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]]
>Sent: Monday, July 16, 2001 4:57 PM
>To: [EMAIL PROTECTED]
>Subject: Re: How to change the IP address
>
>
>What do you m ean by change the IP address.  Does the machine have
>multiple IP addresses?  You should be able to determine IP info on a
>windows box using winipcfg - I think that's right for NT, can never
>remember.  Whatever IP address the box listens on tomcat will respond
>to.  Is this what you want?
>
>cheers
>dim
>
>On Mon, 16 Jul 2001, Neelu Shah wrote:
>
>> Hi All,
>>
>> could someone tell me how to change the default IP address for tomcat (no
>> apache used)
>> from localhost to another IP address.
>>
>> im running tomcat on Windows NT.
>>
>> thanks
>> N
>>
>>
>
>

Reply via email to