1

Trying to run a servlet with jetty and I'm getting the error message "Server port In Use 8080-Http". I assume we can just change the port, but I have no clue how.

Kick
  • 4,823
  • 3
  • 22
  • 29

1 Answers1

0

You can change the port via the command line, jetty.port=8081.

Patrick J Abare II
  • 1,129
  • 1
  • 10
  • 31