Hi All,
I've got 2 environments with WAS-ND.
Environment 1 is a single machine, with several Application Engines in vertical cluster configuration (unique http ports, etc).
When I connect to two individual application servers in the cluster I can get to the application:
When I'm connected to and shutdown that application server, my browser continues to serve the application without me getting a glitch, very nice.
In effect it's serving it from 9081 but that is transparent to the browser, which is still using 9080. So Far So Good!
I don't see any dedicated cluster processes started so I presume it's the nodeagents that take care of this.
When using the same cluster setup on 2 machines, ie: 2 application servers on different machines or a horizontal cluster I can get to the application by using:
But, If I now connect to and shut down that applications server I don't get the same behaviour like when the cluster was vertically on 1 machine with 2 application servers & different ports.
When using this vertical cluster my browser just timeouts and I can't get to the application unless I change the url to
What do I need to do/add to have this failover functionality on a horizontal cluster spread over 2 physical machines ?
I presumed WAS took care of the details in the background like on a single, vertical cluster machine but apparently I'm missing something.
Any help is appriciated
Thanks,
Iga
I've got 2 environments with WAS-ND.
Environment 1 is a single machine, with several Application Engines in vertical cluster configuration (unique http ports, etc).
When I connect to two individual application servers in the cluster I can get to the application:
When I'm connected to and shutdown that application server, my browser continues to serve the application without me getting a glitch, very nice.
In effect it's serving it from 9081 but that is transparent to the browser, which is still using 9080. So Far So Good!
I don't see any dedicated cluster processes started so I presume it's the nodeagents that take care of this.
When using the same cluster setup on 2 machines, ie: 2 application servers on different machines or a horizontal cluster I can get to the application by using:
But, If I now connect to and shut down that applications server I don't get the same behaviour like when the cluster was vertically on 1 machine with 2 application servers & different ports.
When using this vertical cluster my browser just timeouts and I can't get to the application unless I change the url to
What do I need to do/add to have this failover functionality on a horizontal cluster spread over 2 physical machines ?
I presumed WAS took care of the details in the background like on a single, vertical cluster machine but apparently I'm missing something.
Any help is appriciated
Thanks,
Iga