Traccar server building from source code

Sreelakshmi K S5 years ago

Hi,

Im trying to build server from source code from command line. when I used mvn package, what I got is velocity-1.7 jar, How to run that as a server? I'm using windows 10

Hoon Lee5 years ago

Hi,

The main product of your building of traccar source codes is the "target/tracker-server.jar" file. If you've built it successfully, you must be able to find "tracker-server.jar" in your "target" sub-directory, generated by the process of "mvn package", and "velocity-1.7 jar" is just one of libraries obtained through the process. You can find other library files under the sub-directory "target/lib/" after a successful build.

And I believe the manual installation guide be helpful to you.

Winay Jadon5 years ago

Sreelakshmi K S

Please help me to solve the same problem. I not able to upload and run Traccar server on VPS or hosting server.

Sreelakshmi K S5 years ago

Hi winay,

U might have missed some files needed. Pls delete everything. Try installing from scratch