Directory Structure of Struts1 Based Web Application

Following is the structure of struts1 web application

  1. Create Project Name.
  2. Under of Project folder create Web-INF folder.
  3. Under of Web-inf folder create web.xmlstruts-config.xml file,all tld files, validator-rules.xml file and validation.xml file.
  4. Under of classes folder put All paickages of action class and form beans class,also put Application.resources.property files.
  5. In lib foalder put all struts releated jar files.