Jsp-PIM The Jsp based Personal Information Manager | ||
Stuff Home JavaDoc Developer Docs Download |
First you must create the tables needed for this calendar to work. The tables needed are usercalendar, mastercalendar, calendargroups, contactmanagement and employee. I have included the sql statements that create these tables in the sqltables folder. Once these are created you will need to install and run apache tomcat. Copy the calendar folder over to the webapps folder in tomcat. Also make sure the jar files are in the class path of tomcat. Some java packages were not included and will be necessary to download elsewhere seen list below. Lastly, tomcat needs the default properties file filled out with the correct server name, username, password, etc. for the database connection. Once that is filled out put it in the main folder where tomcat was installed. Once tomcat is running you can open up a web browsers to start the program. You will need to add a person to the employee table in order to login. If you have any questions about tomcat you can go to. Also go there to download and install tomcat. After that is all up and running you should be able to run the calendar and all its components. Required packages not included: - com.bitmechanic.* for database connection pooling - com.Informix.* for an Informix database
|