Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Multiple WebSphere App Servers bound to different IPs

54 views
Skip to first unread message

sma...@bdna.com

unread,
Sep 1, 2009, 5:04:26 PM9/1/09
to
Hi,

Is it possible to have multiple WebSphere application servers running on the same machine listening to the same port number bound to different IP addresses? If so how do we set it up?

Any help is greatly appreciated
Thanks!

sma...@bdna.com

unread,
Sep 1, 2009, 6:32:18 PM9/1/09
to
To be more clear, I wanted to know if it is really possible for there to be two running instances of websphere app server both listening to port xyz on a single OS that could be configured to bind to different IP addresses.

Thanks!

namdev...@yahoo.com

unread,
Sep 1, 2009, 9:06:32 PM9/1/09
to
Neither have I tried this myself nor do I know if this is a supported configuration but this is definitely worth trying.

My 2 cents...You could give the NIC multiple IPs and make a DNS entry with the corresponding hostname for each IP. Install the product and then change serverindex.xml to reflect the appropriate hostname/IP. It may or may not work...but alteast we learnt something!

DSPS

unread,
Sep 2, 2009, 4:06:55 AM9/2/09
to
That facility has been in the product for a while now - catching up
with things like the old DCE/TX Series RPC_SUPPORTED_NETADDRS
variable.
Select the application server in the admin console, under container
settings, select web container settings, web container transport
chains, WCInboundDefault (if you're just dealing with HTTP, do this
again for WCInboundDefaultSecure as well if you're also doing SSL),
then click on the TCP Inbound Channel link. Within the panel that
exposes, you will see "Address include list " and "Hostname include
list" panels.
Put the IP address you want this JVM to use in the include list, put
the others in the exclude list (or, perhaps rather better, use the
equivalent hostname panels) and that should do it.

Hope that helps.

Pete Bennett
Distributed Systems Professional Services Ltd.
Middleware Consulting and Training.
www.dsps.net
www.middleware-dsps.blogspot.com

nagap...@gmail.com

unread,
Sep 2, 2009, 7:21:40 AM9/2/09
to
Hi, I have not tried this scenario in WebSphere, but i have tried this scenario with WebServer(iPlanet). Its working well..

sma...@bdna.com

unread,
Sep 2, 2009, 7:37:49 PM9/2/09
to
Thank you for the response.

I'll definitely try this out. So in serverindex.xml, I must change the value of attribute 'host' below to appropriate hostname/IP. Is that right?

Guess I hadn't paid mush attention to this file before, today I noticed that some of the variables show a valid host name (Ex: tomochan-vm1 below) while some just say "*" in the same serverindex file. Can anybody explain why and how the 'host' value is used and why does it differ.










Thanks much.

sma...@bdna.com

unread,
Sep 2, 2009, 7:43:07 PM9/2/09
to
Hi,
I have not tried this scenario in WebSphere, but i have tried this scenario with WebServer(iPlanet).
Its working well..

How did you accomplish this with WebServer(iPlanet). I don't know much about WebServer(iPlanet) but would it be something similar in WebSphere also (if you have worked with WebSphere)?

Thanks!

Allen Schmutzler

unread,
Sep 15, 2009, 6:38:02 PM9/15/09
to
You should take a look at this.. I use it all the time on WebSphere on z/OS..
Last updated: Aug 28, 2009 4:13:09 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/trun_multiplenic.html
0 new messages