I have two static websites located in two separate local directories.
I also have a secured web app with spring mvc. There are two users, each user is related to a different website.
I want to serve the relevant website/pages for each authenticated user from the same url.
How can i do that? Can i use custom Servlet/Controller?