web services - number of servers running app in cluster -
i have web service app running in cluster on weblogic 10.3. can tell me if there way programmatically determine number of servers in cluster have app , running?
any appreciated. thanks!
respectfully, kal
i think best best use wlst scripting
connect each of running servers in cluster , see within list of deployed (or running) apps if yours present
there commands - @ list below
http://download.oracle.com/docs/cd/e13222_01/wls/docs90/config_scripting/reference.html#1024213
Comments
Post a Comment