Servlet Web INF

Web-INF

Web-INF folder store all web application folder which is identified by web container at run time and folder name must be Web-INF to deploy any application without any error in case of mis-match web application deployment will be unsuccessful.

Web.xml file is stored in Web-INF file and other required folders (Classes and lib and user generated folders).