Subversion Repositories XServices

Rev

Rev 185 | Rev 199 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 185 Rev 198
Line 2... Line 2...
2
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
3
	xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
4
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
4
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
5
	version="2.5">
5
	version="2.5">
Line 6... Line -...
6
 
-
 
7
 
6
 
8
	<context-param>
7
	<context-param>
9
        <param-name>log4jConfiguration</param-name>
8
        <param-name>log4jConfiguration</param-name>
10
        <param-value>/WEB-INF/log4j2.xml</param-value>
9
        <param-value>/WEB-INF/log4j2.xml</param-value>
11
    </context-param>
10
    </context-param>