Maven

Last modified by Sebastian Marsching on 2022/05/27 22:33

Changing the port of an embedded Tomcat or Jetty

  • Tomcat: -Dmaven.tomcat.port=8081
  • Jetty: -DjettyPort=8081

Debugging a Maven process in the Java debugger

See Debugging.