context
1 TopicRules to redirect based on URL
Hi, I have a web application that is deployed on 3 servers also 3 URL's to them Server 1 (192.XXX.XXX.XXX) ==> http:\192.XXX.XXX.XXX\ Server 2 (192.XXX.XXX.YYY) ==> http:\192.XXX.XXX.YYY\ Server 3 (192.XXX.XXX.ZZZ) ==> http:\192.XXX.XXX.ZZZ\ I also have a public URL what given to me which is http://website.com/ I need to redirect different users to different servers based on a context on my public URL. When URL is http://website.com/User1 then redirect him to Server 1 http:\192.XXX.XXX.XXX\ When URL is http://website.com/User2 then redirect him to Server 2 http:\192.XXX.XXX.YYY\ When URL is http://website.com/User3 then redirect him to Server 3 http:\192.XXX.XXX.ZZZ\ But I dont have these contexts (User1,User2,User3) on my Servers 1,2 or 3.1.8KViews0likes2Comments