You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2004/10/15 00:33:14 UTC

svn commit: rev 54807 - incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF

Author: mmerz
Date: Thu Oct 14 15:33:12 2004
New Revision: 54807

Modified:
   incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/web.xml
Log:


Modified: incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/web.xml
==============================================================================
--- incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/web.xml	(original)
+++ incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/web.xml	Thu Oct 14 15:33:12 2004
@@ -7,10 +7,6 @@
 
   <display-name>Apache-Axis</display-name>
     
-  <listener>
-    <listener-class>org.apache.axis.transport.http.AxisHTTPSessionListener</listener-class>
-  </listener>
-
   <filter>
     <filter-name>ControlFilter</filter-name>
     <filter-class>org.apache.beehive.controls.runtime.servlet.ControlFilter</filter-class>
@@ -20,6 +16,10 @@
     <filter-name>ControlFilter</filter-name>
     <url-pattern>*.jws</url-pattern>
   </filter-mapping>
+
+  <listener>
+    <listener-class>org.apache.axis.transport.http.AxisHTTPSessionListener</listener-class>
+  </listener>
 
   <servlet>
     <servlet-name>AxisServlet</servlet-name>