- WebContent : contains jsp, css and js files
- src : Java Servlets
- databaseSchema.txt : mysql database table structures
- servlet-api.jar : available in tomcat lib directory
- mysql-connector.jar : for mysql connection
- commons-fileupload.jar : Apache's file upload helper
- commons-io.jar : another Apache jar
- Create the database according to the schema file with (username: root, password: root).
- Import the project as Existing Eclipse Project in Eclipse IDE
- Add required Build Path, if still error ocurred, add this jars to Deployment Assembly too.
- Run the project on your Tomcat Server.
If any problem occurred, feel free to contact me at atulpatare99@gmail.com