The step to customize this page is:
- Edit file C:\Program Files\Deepnet DualShield\tomcat\conf\web.xml
Insert the following code into the xml file
<error-page>
<error-code>404</error-code>
<location>/NotFound.jsp</location>
</error-page>
e.g.
2. Create a ROOT folder under C:\Program Files\Deepnet DualShield\tomcat\ssoapp, and put a NotFound.jsp file under it.
Example content of the NotFound.jsp:
The directory will look like:
C:\Program Files\Deepnet DualShield\tomcat\ssoapp
|-- appsso
|-- appsso.war
|-- ROOT
|-- NotFound.jsp
You can copy the ROOT folder to other folders, like dpsapp, dssapp and dualapp