Forum Discussion

thompc01_112539's avatar
thompc01_112539
Icon for Nimbostratus rankNimbostratus
Jan 23, 2009

Monitor

I have a pair of F5 that i am using to load balance a web-logic application that is being served up by an Apache web server. I am currently using the standard http health monitor to monitor this application. What we find happening is when the web-logic nodes goes down the F5 still sees the Apache(port80) as still being up. How can you write or are there any predefine health monitor that bypasses the Apache server and go direct to the Web-Logic application.

1 Reply

  • I would look at using a URI that is served by the WebLogic server, and then doing a content match for a string you expect to see in that page.

     

     

    Set your Send String to something like "GET /myapp/mypage.jsp"

     

     

    Set your Receive String to "This is my WebLogic page" (ie: whatever the text of your page happens to be)