We're preparing to change our current WL configuration so that our Weblogic Servers will be running in a Cluster. We will have 2 clusters, only one be available at any one time. My problem. I need to write a monitoring application to monitor individual instances within whichever cluster is running. I know each instance will have it's own IP address but the port that Weblogic is listening on will change frequently when we swap whichever cluster is available. Now, the port number will be available as an environment variable obviously ... but how do I get hold of it??
Pounding at a thick stone wall won't move it, sometimes, you need to step back to see the way around.