Manual

<br>
<p>This is EmpInfo Test Page.</p>
</body>
</html>
At this point, you can either deploy and verify the EmpInfo application you have developed
so far on your NonStop system, or you can proceed with the steps for modifying the web.xml
file.
NOTE: The code of the EmpInfo application developed so far is present in <My SASH
Home>\spring\getting-started\EmpInfo-InParts\Part-1
To verify your EmpInfo application, complete the following steps:
1. Deploy the application using the steps described in the Deploying EmpInfo on NonStop
section.
2. Verify your application by accessing the following URL:
http://<IP Address of the iTP WebServer>:<port#>/servlet_jsp/EmpInfo
The Welcome Screen of the EmpInfo application appears.
Figure 5-10 shows the EmpInfo Welcome screen.
Figure 5-10 EmpInfo Welcome Screen
Modifying the web.xml File
To modify the web.xml file, you must set the dispatcher servlet and its mapping using the
following steps:
1. Double-click the EmpInfo/WebContent/WEB-INF/web.xml file in the Project Explorer
frame to open it.
Overview of EmpInfo 99