Created: 06/18/2014
Collaborators:
Uses an existing github repository to itemize time and mileage billed to clients by issues, milestones, or general association to the repository.
- 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.
- Install the m2eclipse Eclipse plugin if you do not already have it installed.
- In Eclipse, select Project > Import > Import... > Existing Maven Projects, and then choose this project.
- To compile the project, select Run As > Maven build... and choose the
package
goal. - Deploy the
.war
file using Tomcat's web-based interface.
- Run
brew install tomcat maven
to ensure Tomcat and Maven are installed. - Start and stop tomcat using the
catalina
command. - To compile the project, run the
mvn package
command. - Deploy the
.war
file using Tomcat's web-based interface.