Project setup and deployment guide
- Clone git repo in your local directory.
- Install Eclipse JEE
- Use File-> Import-> Projects from Git->Existing Local Repository->Click Add -> Browse ->
- Navigate to the directory SER515(cloned from git)
- Select SER515 and click Finish.
- Select ‘Import as general project’ and make sure you select folder SER515Project_Team3
- Click Next.
- Click Finish.
- Right click on project->Properties->Project Facets
- Change Java version to 1.8.
- Select Dynamic Web Module-3.0
- Select JavaScript 1.0
- Click Apply and then OK.
- Right click on Project -> Properties-> Expand JavaScript->IncludePath->Source-> Expand SER515Project_Team3/WebContent
- Double click Excluded
- In Exclusion Pattern -> Click on Add-> Browse Web Content/Lib Directory-> Click Ok->Click Finish
- Right Click on Project -> Properties-> JavaScript->Validation -> Errors/warnings and uncheck “Strict validation of JavaScript keywords usage”.
- Apply and Close.
- Go to Eclipse preferences -> Validation -> uncheck build for "XML Validator"
- Go to Eclipse Preferences -> Validation -> Uncheck build for "HTML syntax validator".
- Click Apply and Close.
- Now build the project and Run on Apache Tomcat.