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

Metric "Java system http availability"

Former Member
0 Likes
768

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.

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

bxiv
Active Contributor
0 Likes

Did you try changing the port for the common parameters?  I think this is where it pulls the port variable, but I'm not sure of the out come if you change this to meet your need for the alert to trigger correctly...

Former Member
0 Likes

"Load balancer port" has 80 and if I push over check URL I got

The Load Balancing URL http://<server>:80 was successfully reached (http 200)
bxiv
Active Contributor
0 Likes

So port 50000 is coming in on the alert page vs port 80...what type of Java system is this, looking at a fairly vanilla Java stack that I have in sandbox there is no default port of 80??