Debugging in BPE

I am facing a issue in Create User workflow and wants to debug it using BPE. My server is running on Linux box and I want to connect to that server using my BPE installed on local box.

How can I connect to remote server? When I click "connect to repository" it opens a dialog box. I entered my remote server name / and configurator credentials but i got the error message that

it could not find the /idm/servlet/rpcrouter2 my idm is installed under the context root of idm-test.

Does any one have any idea how can i do this.

Thanks in advance

[575 byte] By [idmguru] at [2007-11-26 9:43:40]
# 1

If you want to connect from the local BPE to the idm instance running on the network you have to make sure that the idm application can be accessed by http://server:port/idm/servlet/rpcrouter2

if the IDM application is running on some other context then it will not work,

in the Server parameter pass the servername:port

But still I am looking how to start the debugger

idmguru at 2007-7-7 0:44:49 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
You can start the debugger by enabling debugging in the SystemConfiguration server object. Then you just launch debugger from the Tools menu of BPE.
JimBeard at 2007-7-7 0:44:49 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
is this feature specific to version 6.0. I am trying to use this on version 5.0 and having no luck.can you please provide the part of system confiuration which has that configuration.
idmguru at 2007-7-7 0:44:49 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
Start a new BPE workspace. When you start it, it asks you which repository to use, choose a non-existing directory. Then choose the correct debug URL, specifying your context-root with idm-test, or as you wish.Jo鉶.
JoaoGuilhermeDelValle at 2007-7-7 0:44:49 > top of Java-index,Web & Directory Servers,Directory Servers...