This is a three-tier web-based application which uses servlets and JSP technology. It originally ran on a Tomcat server. This servlet was created to access and maintain a persiustent MySQL database using JDBC.
The index.jsp page allows the user to enter SQL commands and submit them, after which, the web server handles the processing.
SQL_Servlet.java handles the server-side processing and business logic. This would live on the Tomcat server and route user-entered SQL commands to this project's MySQL database.
The MYSQL database houses the data which needs to be manipulated