09-27-2005 06:42 AM
Is it possible to configure a keepalive script to detect the text returned from a cold fusion web page - eg "server available". Not the header but actual content of the page.
06-17-2009 06:12 AM
as shown in the script, you need to provide 3 arguments:
set HostName â${ARGS}[1]â
set WebPage â${ARGS}[2]â
set HostTag â${ARGS}[3]â
1 - ip address or hostname which will be used as destination to open the connection
2 - url ie: /index.html
3 - server hostname: ie www.cisco.com
You can pass the info to the script with the keepalive command.
CSS11503-2(config-service[linux1])# keepalive type script ap-kal-httptag ?
Or you can put the information inside the script iself.
Gilles.
06-17-2009 06:26 AM
OK Gilles, I understand the part of the 3 arguments, but based on my configuration and the parameters I'm using this will be ?
keepalive type script ap-kal-httptagban "192.168.249.3 /bancasa/start.swe?SWECmd=Logoff www2.bhd.com.do"
is this command ok ?
Do you see anything wrong with my script and the fact that this is an ssl back-end ?
Thanks
06-17-2009 06:31 AM
How and where on the script I will define these arguments if I were to configure it in the script itself ?
Pardon my ingnorance, I'm new to CSS and scripts.
Thank
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide