This content has been marked as final.
Show 2 replies
-
1. Re: Running ServiceMix 4.x from within Eclipse
plowry Jun 18, 2009 8:27 AM (in response to mfatafta)You can start ServiceMix 4.x in debug mode on port 5005, by setting environment variable SERVICEMIX_DEBUG; then you can attach the eclipse debugger.
For more details see: remote-debugging-servicemix-in-eclipse
Edited by: plowry on Jun 18, 2009 12:27 PM
-
2. Re: Running ServiceMix 4.x from within Eclipse
pushkin23 Jul 11, 2012 6:26 AM (in response to plowry)In ServiceMix 4.4, instead of SERVICEMIX_DEBUG option i could see KARAF_DEBUG option in servicemix.bat. Setting that to true enabled debug in my case.