Hello,
in EP 6.0 SP2 we use the following URL to check the portal heartbeat:
http://<host>.<domain>:<port>/irj/portalapps/com.sap.portal.heartbeats/html/heartbeat.html
We call this URL from Load Balancer to check the availability. There is no authentication available to call the URL.
Now we have installed the EP on Web AS 6.40. The above heartbeat-URL doesn't exists on Web AS 6.40 Portal.
On Web AS 6.40 exist the following heartbeat-URL:
http://>host>.<domain>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.heartbeats.PortalHeartbeat?j_user=userid&j_password=password&login_submit=off
But we could not use this URL for Load Balancing because of the parameter userid and password.
Is there an alternative heartbeat-URL without authentication like the one in EP 6.0 SP2 on J2EE 6.20?
Best regards,
Rainer