diff --git a/.classpath b/.classpath
index fdb6243..09ba841 100644
--- a/.classpath
+++ b/.classpath
@@ -6,19 +6,18 @@
-
-
-
+
-
+
+
-
+
-
+
-
+
diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component
index 82df264..4e6902e 100644
--- a/.settings/org.eclipse.wst.common.component
+++ b/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,6 @@
-
+
+
diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml
index dfd38d9..a3bf73b 100644
--- a/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,8 +1,9 @@
-
+
-
+
+
diff --git a/WebContent/META-INF/MANIFEST.MF b/WebContent/META-INF/MANIFEST.MF
index 5e94951..e29d8ee 100644
--- a/WebContent/META-INF/MANIFEST.MF
+++ b/WebContent/META-INF/MANIFEST.MF
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
-Class-Path:
+Main-Class: com.main.Main
diff --git a/WebContent/html/javascript/listing.jsp b/WebContent/html/javascript/listing.jsp
index 0d05c48..456db40 100644
--- a/WebContent/html/javascript/listing.jsp
+++ b/WebContent/html/javascript/listing.jsp
@@ -9,11 +9,11 @@
<%
-MySQLAccess myaccess = new MySQLAccess();
+/*MySQLAccess myaccess = new MySQLAccess();
myaccess.connectDB();
String name = myaccess.getResult()[0][0];
String description = myaccess.getResult()[0][1];
-String hardware = myaccess.getResult()[0][2];
+String hardware = myaccess.getResult()[0][2];*/
//out.println(name);
//out.println(description);
//out.println(hardware);
@@ -21,21 +21,23 @@ String hardware = myaccess.getResult()[0][2];
+Welcome to Senior Design Request System!