EBS 12 - what's a better F5 health monitor target (other than OAInfo.jsp)?
Since OAInfo.jsp is deprecated, we are trying to improve the load balancing in front of EBS and currently only have a tcp monitor against the port we have EBS listening to.
So it doesn't really check the JSP engine. (and the information I gathered from F5 only had an http get / as their recommendation - but we've seen instances when http is responding but the java engine isn't)
We would like to accomplish the following:
A monitor to check health of java engine - and from previous releases, There was the OAInfo.jsp page that was recommended by Oracle.