Guest User

Untitled

a guest
Apr 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ## start Jetty in debug mode
  2. >java -Xdebug -agentlib:jdwp=transport=dt_socket,address=9999,server=y,suspend=n -jar start.jar
  3.  
  4. First line in console will be:
  5. Listening for transport dt_socket at address: 9999
  6.  
  7. In eclipse, setup a new Debug Remote Java Application where,
  8. Project: %the project you have running in Jetty%
  9. Host: %host where jetty is running%
  10. Port: 9999
Add Comment
Please, Sign In to add comment