|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (1)
View Page HistoryUse the script {{petals-esb.bat}} instead of {{petals-esb.sh}} for Windows-based system.
{info}
{info}
h1. Debugging your services
Petals ESB container can be started in debug mode to be able to connect it to a debugger as the one provided with Eclipse.
To start the Petals ESB container in debug mode, just go into the directory {{$PETALS_HOME/bin}} and execute the script {{debug.sh}} instead of {{petals-esb.sh}} from a command-line:
{code}
cdeneux@sph-latitude-D630:~/petals-esb/bin/debug.sh
{code}
Once, Petals ESB container is started in debug mode, just connect your debugger UI to the debugger agent started with Petals ESB container. By default, the debugger agent listens on port 8000. If you want to use another port value, set it directly in the script {{debug.sh|bat}}.
{info}
Use the script {{debug.bat}} instead of {{debug.sh}} for Windows-based system.
{info}