- Tomcat 7
- Java Development Kit 7
- MySQL
- Internet Browser
- Pentium 4 or better processor
- 1GB or more RAM
- 100 MB of disk space
The following web app is tested to run on Tomcat7 with JDK 7 on Windows 7 based PC.
- Install tomcat and JDK.
- Install mysql database
- Download mysql connector
- Set environment variables for servlet-api.jar, and mysql-connector in windows environment variable settings.
- Copy the code files in webapps folder in Tomcat directory.
- Compile all the files in package phd using command promot.
- Import the given database phd.sql into mysql.
- Change the database username and password according to your settings in mydatabase.java file and recompile.
- Run the app in your browser.