Web Application Directory Structure:

To develop an application using servlet or jsp make the directory structure like one given below and maintain the pages of your application according to this directory structure:

Web Application Directory Structure:

Web Application Directory Structure:

     

To develop an application using  servlet or jsp make the directory structure like one given below and maintain the pages of your application according to this directory structure: 

Roseindia/

   WEB-INF/
    web.xml
    struts-config.xml

    classes/
   Myservlet.class

   lib/
   Myapp.jar

  Welcome.html
   Welcome.jsp