hi i get error 404 on browser when server is run. everything in intellije is ok.
2023-12-03 15:58:34 INFO: Successfully released change log lock
2023-12-03 15:58:34 INFO: Command execution complete
2023-12-03 15:58:35 WARN: Port disabled due to conflict - Address already in use: bind - BindException (...)
2023-12-03 15:58:35 INFO: jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+11-LTS-201
2023-12-03 15:58:35 INFO: Started o.t.w.@251d9291{/,null,AVAILABLE}
2023-12-03 15:58:35 INFO: Session workerName=node0
2023-12-03 15:58:36 WARN: JAXBContext implementation could not be found. WADL feature is disabled.
2023-12-03 15:58:36 INFO: Started o.e.j.s.ServletContextHandler@28226d4c{/,null,AVAILABLE}
2023-12-03 15:58:36 INFO: Started ServerConnector@5532f6fd{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}
2023-12-03 15:58:36 INFO: Started Server@43bb1a83{STARTING}[11.0.18,sto=0] @10865ms
So what url do you write in your browser ?
Also you see there is a port conflict.
2023-12-03 15:58:35 WARN: Port disabled due to conflict - Address already in use: bind - BindException (...)
And did you actually run the front-end with vscode ?
Have you compiled the web app?
i clone with this statement:
git clone --recursive https://github.com/traccar/traccar.git
i want run front and back together.can you help me?
You should read the documentation.
hi i get error 404 on browser when server is run. everything in intellije is ok.