cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging a J2EE application with two server nodes

Former Member
0 Kudos

Hi,

Which settings should I set for debugging my J2EE app with 2 server nodes?

I've enabled debug on the 2 nodes but when I want to create a new Debug Configuration in Developer Studio, I got the following message:

"The selected server node does not run in restricted load balancing mode ! Please configure it correctly so that the URL extension can be used."

What should I do?

Thanks for your help,

Nicolas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thank you very muuch for your answers!

I've read the docs provided by Ivaylo but did'nt help...

Siddhesh, I've submitted your solution to our basis team who will perform the action, I will let you know about the results.

Regards,

Nicolas

Former Member
0 Kudos

Hi Nicolas,

there's a tutorial on how to do remote debugging with the Developer Studio thread.

Hope that helps!

former_member185954
Active Contributor
0 Kudos

Hi,

This setting can be set by setting a profile parameter

wdisp/enable_sap_hostid in the SAP Web Dispatcher Profile Parameters

If the value of this parameter is true, a server destination can be specified explicitly in the request URI using the form field sap-hostid, to directly override the load balancing.

This is needed, for example, for debugging server nodes or for test purposes.

Example

webdisp.wdf.sap.corp:4711/sap/public/icman/ping?sap-hostid=binmain_BIN_53

Caution

Since with this form field server load balancing can be bypassed (denial of service attacks), the default is this behavior is deactivated and must be explicitly activated using the parameter above.

Please check the following link:

http://help.sap.com/saphelp_erp2004/helpdata/en/de/89023c59698908e10000000a11402f/frameset.htm

Hope that helps.

Regards,

Siddhesh