Saif Asif wrote: It should be http://localhost:8080/MinTest/editio/bootstrap/index2.jsp in order to work fine.
The source directory structure and deployment directory structure may be different. Its the deployment directory structure that really matters.
Here your path to the JSP starts with "/" meaning you are referring this JSP from the ROOT of your web-app.
Your WEB-INF structure should reflect this.