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

Metric "Java system http availability"

Former Member
0 Likes
772

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
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??