Forum Discussion
JRahm
Admin
Aug 02, 2006WebLogic information extraction
Our weblogic servers will give me an active list of servers in the X-WebLogic-Cluster-List header if I supply the X-Weblogic-Request-ClusterInfo header with a value of true. This is the missing piece...
Deb_Allen_18
Aug 02, 2006Historic F5 Account
You can use "getfield" to extract the first 3 fields in the header like this:
set jsess [getfield [HTTP::header "X-WebLogic-Cluster-List"] "!" 1]
set server1 [getfield [HTTP::header "X-WebLogic-Cluster-List"] "!" 2]
set server2 [getfield [HTTP::header "X-WebLogic-Cluster-List"] "!" 3]Is that what you were looking for...?HTH
/deb
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects