In weblogic, we have cluster environment having 6 managed servers(all are up and running).
whenever i'm accessing application url i wanted to know request is going to which manged server(by using inspect element or any other way),
To know the server details is their any configuration we have to do in weblogic,application/ any other to archive this.
basically i have to check the managed server logs based on that user logged.
Thanks in advance.
To display the server name in a jsf OutputText you can build the following property in your Java bean :
and in your jsf page something like :
If you only want to see it in "inspect element" add the property visible="false" to your outputText. (and search for the ot1 id in the inspect element console)