Created
January 11, 2013 02:36
-
-
Save marianocapurro/4507537 to your computer and use it in GitHub Desktop.
Starting Mule 3.4 with remote debugger support
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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