Forum Discussion
mlick2
Nimbostratus
Dec 05, 2014Websphere data group irule
I am in the process of implementing Websphere. There is an irule requirement that lists uris. Rather than list them specifically in the irule, I want to call them in a data group. I haven't been able...
mlick2
Nimbostratus
Dec 05, 2014The switch statement was in the Websphere deployment guide. I had removed almost everything in the rule and it still wasn't working with what is below
when HTTP_REQUEST {
if{[class match [string tolower [HTTP::uri]] starts_with URL_DATAGROUP]
{
pool WEBSPHERE_POOL_9086
}
}
}
- shaggyDec 05, 2014
Nimbostratus
one issue i see - you're missing a } after DATAGROUP ], and there's an extra } at the end - should look like: when HTTP_REQUEST { if{[class match [string tolower [HTTP::uri]] starts_with URL_DATAGROUP]}{ pool WEBSPHERE_POOL_9086 } }
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