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
This archive was generated by hypermail 2.2.0 : Tue Jan 06 2009 - 18:00:04 EST