josephamurray
Programmer
Hello,
What is the easiest way to allow Users to reference an old URL which then maps to a newer version of an application that has been migrated to WebSphere 4.0 on a different Web Server?
Once migrated, in order to avoid making the Users change bookmarks, etc., the old URL (eg. the login page was replaced with a redirect such as
window.location = "
We would like to repurpose the old App Server, OldApp.com.
We are comfortable mapping the IP for OldApp.com to NewApp.com. What is the best way to support mapping "OldAppName/Login.htm" to reference the redirect Login.htm exclusively using the new App Server, NewApp.com?
Thanks in advance for your help.
Joe
What is the easiest way to allow Users to reference an old URL which then maps to a newer version of an application that has been migrated to WebSphere 4.0 on a different Web Server?
Once migrated, in order to avoid making the Users change bookmarks, etc., the old URL (eg. the login page was replaced with a redirect such as
window.location = "
We would like to repurpose the old App Server, OldApp.com.
We are comfortable mapping the IP for OldApp.com to NewApp.com. What is the best way to support mapping "OldAppName/Login.htm" to reference the redirect Login.htm exclusively using the new App Server, NewApp.com?
Thanks in advance for your help.
Joe