posted 13 years ago
Recently I renamed the webapp and for compatibility reason I need to redirect requests from old webapp name to new webapp name. How do I do this? For example, if old webapp name is 'abc', how do I redirect all the requests coming to 'abc' to the new name 'xyz'. Please help.