Start Traccar server from code

Anthony Mark5 years ago

Hi All
I have downloaded code from github and build the source from maven (mvn clean install). And tried to start the server with java -jar command like folows
java -jar tracker-server.jar traccar.xml
Note that I copied traccar.xml and default.xml to the target directory but this didnt seemed to run the server. I assume this will use a h2 db if none is configured, is thr anything I have missed, what else is required to run the server, Should i also have traccar-web runing if so how

Thanks
Anthony