Forum Discussion

Ty_Barwick_9494's avatar
Ty_Barwick_9494
Icon for Nimbostratus rankNimbostratus
Apr 26, 2011

PeopleSoft http monitor help

Hi,

 

 

I followed the Deployment Guide for F5 with PeopleSoft Enterprise Applications . It has a basic http monitor setup; however, it doesn't do anything. I need to configure the Send String and possibly the Receive String variables, but need help.

 

 

Here is my login for PeopleSoft http://f5testps.uw.edu/psp/pstst3/?...uageCd=ENG

 

 

I can actually login through F5, only if I disable the http monitor.

 

 

I tried GET /xmllink/E_REC/TCHH_WEB_DOWN_PAGE HTTP/1.1\r\nHost: f5testps.uw.edu/psp/pstst3/?cmd=login&languageCd=ENG&\r\nConnection: close\r\n

 

 

Any help would be appreciated.

 

 

Thanks,

 

 

Ty

2 Replies

  • Hi Ty,

     

     

    The host header should only contain the domain for the request. Can you try this?

     

     

    GET /psp/pstst3/?cmd=login&languageCd=ENG HTTP/1.1\r\nHost: f5testps.uw.edu\r\nConnection: close\r\n\r\n

     

     

    If you're on a version lower than 10.2.0, remove the last \r\n from the send string.

     

     

    If that works with no receive string then try setting the receive string to either "HTTP/1\.(0|1) 200" or "HTTP/1\.(0|1) 302" without the quotes.

     

     

    Aaron