cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
302
Views
5
Helpful
2
Replies

CSS HTTP service Keepalive question

grahamlewis
Level 1
Level 1

Is there a suitable service keepalive, to configure on the CSS, that can handle a dynamic page will check for the presence of xxxxx.gif in the returned page?

The Sevice server is a MSoft SPS front-end server that talks to a sql back-end. The application can appear up to the client (and css) whilst not correctly interacting with the sql back-end.

The only thing (I am told) that guarantees the front-end/back-end integrity, and consequently the integrity of the application on this Service server, is the presence of a file "xxxxx.gif" in the returned page.

Is there anyway of doing this ?

Many Thanks

Graham

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

you can do this with a scripted keepalive.

Take the script ap-kal-httptag and replace the line

socket waitfor ${SOCKET} "200 OK" 2000

with the line

socket waitfor ${SOCKET} "xxxxx.gif" 2000

Gilles.

Thankyou very much, Gilles.

I will give that a go.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: