JUDDI-945 fixed
diff --git a/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml b/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml
index 4e520b5..44dd63e 100644
--- a/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml
+++ b/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml
@@ -29,6 +29,7 @@
         <param-value>/WEB-INF/classes/log4j.properties</param-value>
     </context-param>
 
+
     <listener>
         <!-- this class setups the encryption key for the session-->
         <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class>
diff --git a/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml b/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml
index bcaf621..57647ad 100644
--- a/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml
+++ b/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml
@@ -37,6 +37,8 @@
         <listener-class>
             org.springframework.web.context.ContextLoaderListener
         </listener-class>
+    </listener>
+    <listener>
         <!-- this class setups the encryption key for the session-->
         <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class>
     
diff --git a/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml b/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml
index 0d80ca2..0a45b69 100644
--- a/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml
+++ b/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml
@@ -25,10 +25,15 @@
     <param-value>/WEB-INF/classes/log4j.properties</param-value>
   </context-param>
   <listener>
-		 <!-- this class setups the encryption key for the session-->
-    <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class>
+        <listener-class>
+            org.springframework.web.context.ContextLoaderListener
+        </listener-class>
+    </listener>
+    <listener>
+        <!-- this class setups the encryption key for the session-->
+        <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class>
     
-  </listener>
+    </listener>
   <servlet>
     <servlet-name>RegistryServlet</servlet-name>
     <display-name>Registry Servlet</display-name>