I’ve a front controller mapped on an URL pattern of /Controller which is thus available on http://localhost:8080/myproject/Controller. How can I configure my web application so that the homepage on http://localhost:8080/myproject get automatically redirected to it?
I’ve a front controller mapped on an URL pattern of /Controller which is thus
Share
One of the easiest ways is to just register it as a
<welcome-file>inweb.xml.