Author: channa
Date: Tue Apr 22 02:05:18 2008
New Revision: 15932

Log:

Restored context listener initialization to fix JMX error. MASHUP-760.


Modified:
   trunk/mashup/java/modules/core/conf/web_root.xml

Modified: trunk/mashup/java/modules/core/conf/web_root.xml
==============================================================================
--- trunk/mashup/java/modules/core/conf/web_root.xml    (original)
+++ trunk/mashup/java/modules/core/conf/web_root.xml    Tue Apr 22 02:05:18 2008
@@ -161,6 +161,10 @@
         <res-sharing-scope>Shareable</res-sharing-scope>
     </resource-ref>
 
+    <listener>
+        
<listener-class>org.wso2.monitor.listener.MonitorContextListener</listener-class>
+    </listener>
+
     <error-page>
         <error-code>500</error-code>
         <location>/error.jsp</location>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to