cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Metric "Java system http availability"

Former Member
0 Likes
769

Hello, I'm getting high amount of alerts related with this topic, the reason is that sap template invoke this http request "http://<server_name>:50000/index.html" and I need to change it to "http://<server_name>:80/startPage" There is no problem changing index.html to startPage, and server_name is the same, my problem starts when I want to change port number. I've copied SAP template and I've created a custom template, and the edited screen has URL editable field, but there isn't it for port number, there is a non editable field with this variable $port$.

My question is: how could I change $port$ by 80?

Thanks in advance.

View Entire Topic
Former Member
0 Likes

Hi,

In template you can't change, seems it sends the input as variable.

Another suggestion, try to set the port number under the icm parameter

icm/server_port_0

Hope that automatically sync.

Please try.

Best regards

Jansi


Former Member
0 Likes

Hi, I suppose,this is the line in default.pfl file ..., that you had suggeted

 

icm/server_port_0 = PROT=HTTP, PORT=80, TIMEOUT=600, EXTBIND=1

but, it already has the proper port number.

bala2104
Participant
0 Likes

Hi Santigo,

Please change the Data Provider from SAP Ping Http to SAP ping Http Generic . and provide the port no there .

Regards

Bala