beautypg.com

Modifying the web.xml file, Adding dependency jar files, Modifying the – HP Integrity NonStop H-Series User Manual

Page 127: Web.xml, File

background image

Modifying the

web.xml

File

To modify the

web.xml

in the

EmpInfo/WebContent/

directory, complete the following

steps:

NOTE:

By default, XML files open in the XML Editor. The XML Editor has two views: Design

and Source view. Select the Source view.

1.

Add

ContextLoaderListener

to load the

applicationContext.xml

file under the

tag:


org.springframework.web.context.ContextLoaderListener


contextConfigLocation
/WEB-INF/applicationContext.xml

2.

Increase the startup load to 2 after adding the

ContextLoaderListener

to make

DispatcherServlet

as the secondary servlet class. The

ContextLoaderListener

servlet class becomes the primary servlet class.

After modification, the

web.xml

file must appear as:


xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
EmpInfo

index.jsp


EmpInfo

org.springframework.web.servlet.DispatcherServlet

2


EmpInfo
*.htm


org.springframework.web.context.ContextLoaderListener


contextConfigLocation
/WEB-INF/applicationContext.xml

Adding Dependency JAR Files

Add the following dependency JAR files to the EmpInfo project library.

Overview of EmpInfo

127

This manual is related to the following products: