Does any experts know if it is possible to use a single IBM Http server
to work with multiple WAS 6.1-express application servers? Or one-http-server
map to one-application-server is the only solution?
Thanks for your attention,
Raymond
John Pape
WebSphere Advisory Software Engineer
But with Express, you'd need to arrange the plugin configuration file and
the session affinity, no ?
For WAS ND ...
There's no automatic plugin generation for multiple appservers with
Express. You'd have to hack the plugin manually. Probably better off
doing one to one, overall.
Although if you really need clustering with failover and load balancing,
you should be looking at ND anyway.
Does any expert can change the plug-in definition manually such that
a single http server can serve multiple application server?
Never did it myself, but always been thinking it's feasible.
A catch maybe that, IIRC, in non-clustered the cloneid is set to -1, and
you'll need to change its value in the plugin and in the console (or even
via script maybe) otherwise you won't get session affinity.
This may be useful:
* Merging plugin-cfg.xml files from multiple nodes:
http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg21139573.
* Understanding IBM HTTP Server plug-in Load Balancing in a clustered
environment:
http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg21219567.