Forum Discussion
CraigM_17826
Altocumulus
Mar 02, 2010TCL error
Hi,
I am seeing the following error in the LTM log
Mar 2 16:55:15 local/tmm err tmm[2483]: 01220001:3: TCL error: WPS_Dev_HTTPS - Opera...
The_Bhattman
Nimbostratus
Mar 02, 2010Hi Craig,
It looks more about syntax then logic.
Here is the code again with some syntax corrected.
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with "/services" } {
if {[active_members "pool_A"] > 10 } {
pool Pool_A
} else {
HTTP::redirect "https://[HTTP::host]/wps/portal/studying/detail?WCM_GLOBAL_CONTEXT=/migration/error/error-has-occurred"
}
}
}
I hope this helps
Bhattman
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
