Skip to content

Instantly share code, notes, and snippets.

@marianocapurro
Created January 11, 2013 02:36
Show Gist options
  • Save marianocapurro/4507537 to your computer and use it in GitHub Desktop.
Save marianocapurro/4507537 to your computer and use it in GitHub Desktop.
Starting Mule 3.4 with remote debugger support
# Allow remote debugger connections (Default port is 6666)
Mule-3.4$ bin/mule -M-Dmule.debug.enable=true
# Change debugger port
Mule-3.4$ bin/mule -M-Dmule.debug.enable=true -M-Dmule.debug.port=8888
# Disable timeouts
Mule-3.4$ bin/mule -M-Dmule.debug.enable=true -M-Dmule.timeout.disable=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment