13 | | * [attachment:Final-Project-Plan.doc Phase II Interim(FINAL) Project Plan] |
14 | | * [attachment:Tech-9-Final-Project-II.doc Final Project Implementation] |
| 13 | * [attachment:Final-Project-Plan.doc Project Plan] |
| 14 | * [attachment:Tech-9-Final-Project-II.doc Writeup] |
| 15 | |
| 16 | === Final === |
| 17 | * [attachment:"Tech-9 - Final II - SDMS Source.zip" SDMS Source] |
| 18 | * [attachment:synergy-0.1-dev.war Servlet Binary]. To run the servlet, you will need these dependencies: |
| 19 | * A database with the [browser:/tags/final-demo/synergy/docs/SynergyDatabase.sql correct tables] created. We developed using MySQL, we do not know how well everything works for other databases. |
| 20 | * The database correctly configured in META-INF/context.xml. This implies a jdbc driver for the database you are using. |
| 21 | * A SMTP server for sending mail. This should be configured in META-INF/context.xml. |
| 22 | * Tomcat 6.0 |
| 23 | * You may use a different servlet container, but will need to change !StaticContent in WEB-INF/web.xml to the default servlet of that server. |
| 24 | * java-mail's mail.jar and sun-jaf's activation.jar should be placed in Tomcat's global lib folder. |