|
Home > Archive > WebSphere HTTP Server > February 2006 > One IHS box and Multiple WebSphere boxes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
One IHS box and Multiple WebSphere boxes
|
|
|
| Hi All,
Does anybody ever setup one IHS box which point to multiple WebSphere boxes with different URL?
e.g. http://192.168.0.1/app1 goes to WAS1 box
http://192.168.0.1/app2 goes to WAS2 box
Any link to document to follow?
Or is it easier to have two instances of IHS running on different IP and configure them to point to different WAS box?
Thanks.
| |
|
| It's possible, but depending on the flavor of WAS, it's built-in or not.
With WAS-ND, it's supported out of the box. Provided the WAS Nodes are
federated in the same Cell, the plug-in configuration file generated
contains rules for app1 and app2, so it knows where to route the request.
With WAS-Base, you have to edit the file manually. Have a look at the
plugin-cfg.xml file. I don't have article references at hand, but I've seen
articles describing this.
|
|
|
|
|