I am new to java and exploring tracking application like traccar.I cloned latest code from github and build to generate jar under target folder.I tried to run jar file like java -jar target/tracker-server.jar setup/traccar.xml (traccar.xml is under setup folder as per new code base) and created traccar-server.log folder under log folder as per configuration. Log file says as below
2021-04-18 05:36:21 INFO: Operating system name: Mac OS X version: 10.15.7 architecture: x86_64
2021-04-18 05:36:21 INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Oracle Corporation version: 11.0.10+9
2021-04-18 05:36:21 INFO: Memory limit heap: 2048mb non-heap: 0mb
2021-04-18 05:36:21 INFO: Character encoding: UTF-8 charset: UTF-8
2021-04-18 05:36:21 INFO: Version: 4.12
2021-04-18 05:36:21 INFO: Starting server...
2021-04-18 05:36:21 INFO: jetty-10.0.2; built: 2021-03-26T06:15:43.282Z; git: 7bd207b30931f3f61d110b1121118fbb5d10cb48; jvm 11.0.10+9
2021-04-18 05:36:22 INFO: Started o.t.w.@5e98032e{/,null,AVAILABLE}
2021-04-18 05:36:22 INFO: Session workerName=node0
2021-04-18 05:36:24 INFO: Started o.e.j.s.ServletContextHandler@5d6b5d3d{/,null,AVAILABLE}
2021-04-18 05:36:24 INFO: Started ServerConnector@35267fd4{HTTP/1.1, (http/1.1)}{0.0.0.0:8089}
2021-04-18 05:36:24 INFO: Started Server@633ddc0c{STARTING}[10.0.2,sto=0] @17053ms
Now i want to build UI to hit localhost:8082 url , for this what i should run .
Please help me out.
Note: When i run standalone program (Main.java) then i am able to open localhost:8082 and see ui pages.
Going forward i want to deploy traccar in AWS and build saperate applications which interacts with traccar database and build a dashboard.
Can some one point me how to run Web UI and backend server .
I am new to java and exploring tracking application like traccar.I cloned latest code from github and build to generate jar under target folder.I tried to run jar file like java -jar target/tracker-server.jar setup/traccar.xml (traccar.xml is under setup folder as per new code base) and created traccar-server.log folder under log folder as per configuration. Log file says as below
Now i want to build UI to hit localhost:8082 url , for this what i should run .
Please help me out.
Note: When i run standalone program (Main.java) then i am able to open localhost:8082 and see ui pages.
Going forward i want to deploy traccar in AWS and build saperate applications which interacts with traccar database and build a dashboard.
Can some one point me how to run Web UI and backend server .