On 4/13/07, robert lazarski <[EMAIL PROTECTED]> wrote:

<snip>
eth0      Link encap:Ethernet  HWaddr 00:0C:29:5D:68:E7
          inet addr:xxx.xxx.166.53  Bcast:xxx.xxx.166.63  Mask:
255.255.255.240
          inet6 addr: fe80::20c:29ff:fe5d:68e7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1955979 errors:0 dropped:0 overruns:0 frame:0
          TX packets:906962 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:519352897 (495.2 Mb)  TX bytes:201866177 (192.5 Mb)
          Interrupt:177 Base address:0x1400

eth0:eth1 Link encap:Ethernet  HWaddr 00:0C:29:5D:68:E7
          inet addr: 192.168.2.53  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:177 Base address:0x1400

eth0:eth2 Link encap:Ethernet  HWaddr 00:0C:29:5D:68:E7
          inet addr:192.168.3.53  Bcast:192.168.3.255  Mask: 255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:177 Base address:0x1400

lo        Link encap:Local Loopback
          inet addr: 127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:142486 errors:0 dropped:0 overruns:0 frame:0
          TX packets:142486 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8030550 (7.6 Mb)  TX bytes:8030550 (7.6 Mb)

I need to bind to 192.168.3.53 for the load balancer to route the request
tomcat. I'm passing '-b192.168.3.53' to JBoss to change the ${
jboss.bind.address} to that address in the server.xml . There are a couple
vars as localhost in the server.xml, which I tried changing to also to
192.168.3.53 to the same affect, which is via netstat repeating this, and
never going to TIME_WAIT etc:

tcp        0      0 192.168.3.53:8080       xxx.xxx.118.243:8368
SYN_RECV    -


Simplifying the problem, I installed  tomcat 5.5.20 and I see the same
problem. All I did was change the server.xml to have:

Host name="192.168.3.53"

Please help,
Robert

Reply via email to