need help in url mapping ...
hello,
(excuse me for my poor English)
I want to map a short url to large one. for example:
mapping : 1)www.example.com/testto
2)www.example.com/sport.jsp?x=1&y=2
meaning every one hit the first url redirect to the second.
(and case insensitive: TEST or TeSt is legal)
what is the best way to do that in j2ee?
I tried to open new folder named test but this is case sensitive.
I tried to create servlet mapping for "test" but it is also case sensitive.
I use websphere server
give me any advice to do that....
thank in advance

