diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index a19348eecb30d7df6d719d48e81681afc9b2f3b4..a70f3815ae67583b75fdc0c2fb900e9055d275a3 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -7,6 +7,11 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
 
     <display-name>Spring PetClinic</display-name>
     <description>Spring PetClinic sample application</description>
+    
+    <context-param>
+        <param-name>spring.profiles.active</param-name>
+        <param-value>default</param-value>
+    </context-param>
 
    <!-- Default profile is "jpa" (see business-config.xml for more details). 
    When using Spring JDBC, uncomment the following: -->