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!
Thanks!
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!
Hope that helps.
Pete Bennett
Distributed Systems Professional Services Ltd.
Middleware Consulting and Training.
www.dsps.net
www.middleware-dsps.blogspot.com
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.
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!