My question is how to put all the JSP files in WEB-INF/JSP/ in the proper manner?
WEB-INF/JSP/
Is there any configuration for this as the structure I\'m aware of is:
You can put your JSP in
WEB-INF/jsp
folder and access that JSP using servlet.
Create login.jsp and then access that JSP using preloginservlet.java. This servlet redirects to login.jsp which is in the WEB-INF/jsp folder.