Home
Name Modified Size InfoDownloads / Week
aitimesheet.war 2014-07-25 15.8 MB
ReadMe.txt 2014-07-19 1.4 kB
Totals: 2 Items   15.8 MB 0
A simple timesheet where you can manage your tasks. You can keep entering tasks done by end of day.


# REQUIREMENTS
1) You should have Java (Java 7 JRE/JDK) installed on your system.
2) You also need Tomcat 7 or above.
3) Operating system can be windows or linux. We have not tested it on Mac but should be good.


# HOW TO INSTALL
1) Put the aitimesheet.war in your web applications folder (webapps) of tomcat. 
2) Start the tomcat server
3) The war file will be expanded to something called tanch or any other folder. Go to the folder
WEB-INF/classes/. There will be a file called persistence.properties.
4)  In the file  modify property dataSource.url and set a valid folder/directory location. Some
examples of valid locations are.
dataSource.url=jdbc:hsqldb:file:C:/Apps/docs/javadb/tanch
dataSource.url=jdbc:hsqldb:file:C:/db/myDatabase
dataSource.url=jdbc:hsqldb:file:home/db/dbloc
etc.
5) Now stop the tomcat server, delete your war file and restart your tomcat server.
6) If you have followed all the steps right, then the application will be accesible on the following 
URL. http://localhost:8080/tanch/
#Note  The port number 8080 will vary according to your tomcat configuration.


# SUPPORT
For any questions/comments/feedback reach out at the following emails
anil.iitk@gmail.com
anupam@rismus.com
Facebook https://www.facebook.com/rismuscorp
Twitter @anilpank
Web: http://rismus.com/



  
Source: ReadMe.txt, updated 2014-07-19