Problem:
Does Application Server support Windows Clustered environments?
Resolution:
Micro Focus Application Server has no direct support for Clustered Services.
Applications written in COBOL however should run on a Windows Server machine that participates in a Windows Cluster. However the application will not be cluster aware.
There is a API that applications can use to make themselves cluster aware:-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mscs/mscs/windows_clustering.asp?frame=true
If you need to make your application cluster aware then you will need to to use these apis.
