I have a small maven (indirectly through Netbeans 8.1 & tomcat setup)
And whenever I ran the project it opens the browser with a HelloWord on the root:
Whenever you define a
in web.xml the landing page, when you launch the application will be index.jsp page i.e by default the servlet path will be "/index.jsp" (http://localhost:8084/index.jsp). However in the browser that won't be displayed. In your servlet class you can match this pattern and redirect to some other page if required.