Skip to content

seanp2/ski-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ski-reference

This repository is now deprecated, please see ski-reference-ui and ski-reference-backend

The following Jars are required in the classpath dependencies:


The following libraries/jars from above must also be placed in the “web/WEB-INF/lib” package:

  • Javax Mail
  • JSoup
  • MySQL Connector

In order to run the program, create a run configuration using Apache Tomcat, then use that configuration to run the project on a local Tomcat host.


Note: The current DBconnection.java file connects to the remote server. If you are going to use a local database server, the DBconnection.java file will need to be changed such that it connects to your local database. Note: The package com.results, as well as some of the servlets and JSP files, contain the code used for the original purpose of the site, race analysis. Here is a list of files that do not contribute to the purpose of the new additions made in this project:

  • com.results.*
  • com.updatedb.PointMakeUpGenerator.java
  • com.ResultServlet
  • web.WEB-INF.Error.JSP
  • web.WEB-INF.Header.JSP
  • web.WEB-INF.Result.JSP
  • web.WEB-INF.ResultSearch.JSP
  • web.WEB-INF.ResultsHeader.JSP

Releases

No releases published

Packages

No packages published

Languages