Question about Traccar's Embedded Web Server

jing7 years ago

Anton, thanks for your great work. I have several questions about the web server part. (Sorry, I am not familiar with J2SE framework. )

  1. Is the embedded web server Jetty(9.2.22.v20170606)?

  2. Can I config the embedded web server by myself? (e.g. enable gzip)

  3. Can I publish traccar-web.war with a different web server? (i.e. Apache Tomcat)

Many thanks.

Anton Tananaev7 years ago
  1. It's Jetty. You can check maven dependencies for version.

  2. You can in the code.

  3. There are no "war" files in official version of Traccar.

jing7 years ago

Thank you!