Project

General

Profile

« Previous | Next » 

Revision 53989

Added declaration of provision profile

View differences:

web.xml
6 6
		<param-name>contextConfigLocation</param-name>
7 7
		<param-value>/WEB-INF/applicationContext.xml</param-value>
8 8
	</context-param>
9
	<context-param>
10
		<param-name>spring.profiles.active</param-name>
11
		<param-value>provision</param-value>
12
	</context-param>
9 13
	<filter>
10 14
		<filter-name>springSecurityFilterChain</filter-name>
11 15
		<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
......
37 41
		<servlet-name>CXFServlet</servlet-name>
38 42
		<url-pattern>/services/*</url-pattern>
39 43
	</servlet-mapping>
44

  
40 45
</web-app>

Also available in: Unified diff