I'm new to CSS, so I'm hoping for some pointers.
What I'm tring to accomplish is load balancing and redirection for http requests sent to "http://easytorememberurl/login" to the servers NEWAPP1 & NEWAPP2 with a different destination URL.
It seems to be working with the config below, but I'd like to know if this will work and if it is the most efficient method.
Thanks.
!************************** SERVICE **************************
service NEWAPP1
ip address 10.1.88.42
type redirect
redirect-string "NEWAPP1/prd/scheduling"
active
service NEWAPP2
ip address 10.1.88.43
type redirect
redirect-string "NEWAPP2/prd/scheduling"
!*************************** OWNER ***************************
owner NewApp
content NewApp Redirect
vip address 10.1.1.188
advanced-balance sticky-srcip
protocol tcp
port 80
url "/*"
add service NEWAPP1
add service NEWAPP2
active