Hi
Thank you for reading my post
I have a problem that i do not know how to resolve.
we had an application in an address like :
http://www.myweb.com/web2/ it is a dynamic application written in
java .
now we move it to another server like :
http://10.10.a.b/web2/ we need all people that come to the first address to be redirected to new address with the complete url for example if some one come to
http://www.myweb.com/web2/register.jsp we should be able to redirect him/her to
http://10.10.a.b:8888/web2/register.jsp what should i do now ? is there any way that i can do this ?
i am allowed to deploy a java web application to first address to do this , i mean i can deploy some java web application to
http://www.myweb.com/web2/ to make this redirection possible.
does any one hav an idea ?
thanks