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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -