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, 2014I have tried the following; but get the TCL error when the rule is hit and am unable to access the site at all
01220001:3: TCL error: /Common/WEBSPHERETEST2 - invalid command name "}" while executing "}"
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] if{[class match [HTTP::uri] starts_with URL_DATAGROUP]
{
pool WEBSPHERE_POOL_9086
}
else {
HTTP::respond 200 content {
Wrong URL
}
}
}
}
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