cancel
Showing results for 
Search instead for 
Did you mean: 

debugproxy disabled or in gray state

Former Member
0 Kudos

Hi Team

I have installed CE7.1 .

Now I am trying to configure the server with NWDS.

I have specified the Message Server Host and Port Properties in the Prefrences of NWDS.

Problem Is when I click on J2EE Engine tab in NWDS

i see "icm","server0" in green state where as "debugproxy" in gray state

because of this i am unable to run my application

can anyone suggest me how to enable "debugproxy "

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Jozsó
Explorer
0 Kudos

Hi ,

the debugproxy is disabled by default, so you have to enable it first and then start it using the sapcontrol web interface.

These are the commands you have to use:

sapcontrol -nr <number> -function J2EEControlProcess debugproxy ActivateProcess

sapcontrol -nr <number> -function J2EEControlProcess debugproxy StartProcess

(number stands for the instancenumber)

Kind regards,

Jozsef