cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug an EP Application?

Former Member
0 Kudos

Hi all.

I'm having some problems with debugging. I can't get it working for EP applications. I've started the WAS in debug-mode and I'm able to debug standard J2EE applications, but not EP applications.

Is there a guide available describing debugging of EP applications?

Regards,

Jacob

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jacob,

Can you please send the details to debug.

Regards,

Uma.

Former Member
0 Kudos

Hi Uma.

1. Start server in debug mode.

2. Find servers debug port (you can see it in NWDS in the

J2EE Server view.

3. Create a new remote debug configuration from debug menu

in NWDS and type in hostname and port of your server.

4. Set a break point in the code you want to debug.

5. Start debugger from NWDS.

6. Call the url of the portal application you've set the

break point in.

NWDS should now stop at your break point and you are now able to debug through your code.

Regards,

Jacob

Former Member
0 Kudos

Hello Jacob,

Is it possible to use the SDM node for debugging? The reason is that I don't seem to have control over the other nodes (dispatcher and server0 in our case).

Thanks and Regards,

Martin

Former Member
0 Kudos

Never mind. I found an old posting telling about how to setup remote debugging and I'm now able to debug my applications...;)

Regards,

Jacob