[CampusManager] Simplified Remediation Web Pages

From: Mike Gadoury <gadoury_at_bradford-sw.com>
Date: Thu, 26 Aug 2004 12:06:39 -0400

The ReadMe file describes the flow and the function of each file in the
zip file.

Install instructions:

   * Log in to the CMRC as root
   * rm -rf /bsc/Remediation/remediation/*
   * ln -s /bsc/WEB-INF /bsc/Remediation/remediation/WEB-INF

Then copy all the files from the zip package to
/bsc/Remediation/remediation.

Mike

Web Page Flow

                 index.html
                     |
                     |
    ----> RemediationReDirectExample.jsp
   | | |
   | | |
   | Fail.html Success.html
   | |
   | |
   | RescanClient.jsp
   | |
   | |
   | RescanClient1.html
   | |
   | |
   | RescanClient2.jsp
   | |
   | |
    ---------

*************************************************
Note: The only files required to edit are .html files. The .jsp
files may be changed but care should be taken.

*************************************************

index.html

The first page the client will see when they are on the remediation
vlan. Uses a Meta tag to wait 5 sec before displaying the next page.

*************************************************

RemediationReDirectExample.jsp

This file is used to direct the the client to the appropriate
page depending if they passed or failed the scans.

*************************************************

Fail.html

This page displays if the client failed a scan and instructs them
to update there PC from Windows Update.

The client is instructed to rescan after the update.

*************************************************

Success.html

This page displays if the client successfully passes the scans.

*************************************************

RescanClient.jsp

Initiates a rescan of the client.

*************************************************

RescanClient1.html

Uses a Meta Tag to display the contents of this page until
the next page is able to complete.

*************************************************

RescanClient2.jsp

Waits till the client has been scanned the goes back to
RemediationReDirectExample.jsp.

*************************************************

NOTE:

    A link to the WEB-INF must be created for proper opperation.
this can be done as root with the following command:

        ln -s /bsc/WEB-INF /bsc/Remediation/remediation/WEB-INF

Received on Thu Aug 26 2004 - 16:06:40 EDT

This archive was generated by hypermail 2.2.0 : Tue Jan 06 2009 - 18:00:04 EST