Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.
/ timeTracker Public archive

Struts Web Application - Introduction to Web Application Development

Notifications You must be signed in to change notification settings

bethgrace5/timeTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracker

Created: 06/18/2014

Collaborators:

Summary

Uses an existing github repository to itemize time and mileage billed to clients by issues, milestones, or general association to the repository.

Getting Started

Windows + Eclipse users:

  1. Download Apache Tomcat if you do not already have it installed and on your path. See the Tomcat usage instructions for how to start, stop, deploy, and undeploy.
  • This project is tested with version 6.0 and later.
  1. Install the m2eclipse Eclipse plugin if you do not already have it installed.
  2. In Eclipse, select Project > Import > Import... > Existing Maven Projects, and then choose this project.
  3. To compile the project, select Run As > Maven build... and choose the package goal.
  4. Deploy the .war file using Tomcat's web-based interface.

Mac OSX users on command-line:

  1. Run brew install tomcat maven to ensure Tomcat and Maven are installed.
  2. Start and stop tomcat using the catalina command.
  3. To compile the project, run the mvn package command.
  4. Deploy the .war file using Tomcat's web-based interface.

About

Struts Web Application - Introduction to Web Application Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published