I am working on a project using spring, MVC and implementing a webapp-runner. The project used a hierarchy of type /test/home/index.jsp, but using webapp-runner it was changed to /home/index.jsp. So, I need to maintain and redirect the old URL /test/home/index.jsp to /home/index.jsp so that the page does not block if the old URL is used. I will be grateful if anyone can give me a hand.
spring spring-mvc url-rewriting
Fred
source share