ombinar_69100
Apr 24, 2011Nimbostratus
Mutiple URL redirects
Hi all,
I need help on this. I have to invoke three (3) Java Servlets if the URI pattern is found. I've searched and multiple redirects is not possible.
So here's the scenario:
if URI contains "/stringpattern" then
HTTP redirect to www.WebSphere1.com/app1
HTTP redirect to www.WebSphere2.com/app2
HTTP redirect tp www.WebSphere3.com/app3
Thanks in advance...
RO