HP WebQoS Software manual Request to be retried see Figure A-2

Models: WebQoS Software

1 150
Download 150 pages 36.15 Kb
Page 128
Image 128

 

Policy and Rule Descriptions

 

Policies Set in WebQoS

 

Using the Is URL Link Your defer page can also include a link to

 

another page that the user can go to while waiting for the original

 

request to be retried (see Figure A-2).

Figure A-2

Example of Custom Defer Page with Link

If you want to use the link you configured in the Defer Corrective Actions screen (by selecting the Is URL checkbox, entering a URL in the Defer Message box, and restarting the web server) within the defer page you are creating, you must code the link using Javascript. This retains the request’s position in the defer session queue. The Javascript dialog is shown below:

<SCRIPT LANGUAGE="java-script">

<!-- Hide from non java-script browsers

function clockTick()

{

now = (new Date()).getTime();

remaining = Math.max(Math.round((finalTime - now) /

128

Appendix A

Page 128
Image 128
HP WebQoS Software manual Request to be retried see Figure A-2, Figure A-2 Example of Custom Defer Page with Link