Hello There,
I'm trying to access my spring MVC application using this URL - servername:portname/userportal/login.
But there is requirement to use older URL as - servername:portname/"application Context name"/login.jsp. However, it seems that if i try to use this URL my application doesn't allow it.
Is there any way to configure this on WAS console so that when ever user enters URL as - servername:portname/userportal/login.jsp, it should change URL or redirect it to servername:portname/userportal/login.
Any solution/leads would be highly appreciated.
------------------------------
Sumit Tiwari
------------------------------