How to dynamically find out name of the managed instance using Java?
Ong Vua
Ranch Hand
Joined: Jan 24, 2008
Posts: 57
posted
0
I deployed a web application to 2 different managed instances A & B. Inside the web application, I want to get the managed server instance that it's deployed to. For example, if it's deployed to A then I'll get back A.
How do I dynamically find out name of the managed instance using Java?