Project setup
- set up source tree, ensure it’s version 13.11 or above
- eclipse -> new General project, set to correct folder
- Right click project – > configure -> convert to maven project
- Maven->update project
- Ensure that project uses at least JDK1.8 , note JDK not jre
- Run Maven install
Run tms.web
- copy development’s site.properties file in the project directory
- For local testing, ensure the sportlogic database (used by appserver8) api_key table has the following row:
- key=localKey
- pass=pass123
- apiAccess=GetConfig
- run dbserver
- run applicationServer (tms)
- run appServer8 locally
- now run WebApplication