Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If you run Tomcat using service wrapper, check add the above JVM options before any other JVM options. Check the documentation for the service to determine how to add the above set JVM options before any other options.
  • Set environment variables JPDA_ADDRESS=8000 and JPDA_TRANSPORT=dt_socket and then start tomcat using catalina jpda start.
  • If you start Tomcat from within an IDE, check the documentation for the IDE to determine how to set the required JVM options.

...