ReadMe-Calendar Server Application The Calendar Server is a Client/Server 3-tier architecture with HTML and JavaScript for Client-Side Scripting and Servlets for Server-Side Scripting connecting to the MS Access database. The three zip files (public_html.zip, servlets.zip and db.zip)must be extracted to their respective folders. The following are the instructions to be noted to run the application: 1. A System DSN(Data Source Name) 'CalendarDB' for the the client must be created which indicates the Access Database file. (ControlPanel->ODBC(Data Src Name)->SystemDSN: Name=CalendarDB, Database: select the unzipped CalendarDB.mdb file.) -The CalendarDB.mdb contains 2 tables: Login table: registers the users who signed in and Appointments table: registers the appointments schedules for the different users in the Login table.This database was created using Ms Access 98. It works fine with Ms Access 97 and 98. 2. Files in the public_html.zip must be extracted to the 'public_html' folder of the Java Web Server. Files in the Servlets.zip must be extracted to the 'servlets' folder of the Java Web Server. Extract the db.zip to the C drive. 3. Java Web Server 2.0 (demon service) must be up and running(c:\JavaWebServer2.0\bin\httpd.exe). Run the application in the Browser using "http://localhost:8080/termflash.html" URL. 4. It is designed to work in IE right now. Am working for Netscape usage also.