Forum Discussion
Michael_Hull_61
Nimbostratus
Feb 28, 2006Persistence based on several criteria
We are trying to manage Tibco to Siebel load balancing. Any suggestions would be appreciated. Below are the requirements as stated by the application owners:
Persistence is required since ...
Michael_Hull_61
Nimbostratus
Mar 01, 2006Here is what I have so far... (syntax is correct, but not sure if it will work)
when CLIENT_ACCEPTED {
TCP::collect
set client_exists ([IP::client_addr]:[TCP::client_port]) }
when CLIENT_DATA {
if { [TCP::payload] contains "/pcrm" and "/!3"}{
pool procrm05pool
persist uie "[IP::client_addr]:[TCP::client_port]"
}
elseif { [TCP::payload] contains "/pcrm" and "/!b"}{
pool procrm06pool
persist uie "[IP::client_addr]:[TCP::client_port]"
}
elseif { [info exists $client_exists] }{
persist uie $client_exists
}
else {
pool defaultpool
persist uie "[IP::client_addr]:[TCP::client_port]"
}
}
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