L.S., In ServiceMix 3.x, you can enable remote debugging support by setting the environment variable SERVICEMIX_DEBUG to true before starting ServiceMix: - export SERVICEMIX_DEBUG=true on Linux, Solaris, ... - set SERVICEMIX_DEBUG=true on Windows
When you start ServiceMix that way, you can connect to the running container for debugging on port 5005. For ServiceMix 4.x, the environment variable is called KARAF_DEBUG instead of SERVICEMIX_DEBUG. Regards, Gert snehal surti wrote: > > I am trying to learn if there is possible to way to debug servicemix while > doing development. Currently i am testing either putting SOP in my bean > code or i have to build and deploy each time which is tedious job. Let me > know if anyone is using some other approach.... > > cheers > Snehal > > > -- View this message in context: http://servicemix.396122.n5.nabble.com/Debugging-servicemix-tp509994p510010.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
