Author: keith
Date: Mon Mar 31 01:58:48 2008
New Revision: 15368
Log:
Adding the contextListener added to AdminUI to infer the context
Modified:
trunk/mashup/java/modules/core/conf/web_root.xml
trunk/mashup/java/modules/core/conf/web_wsasadmin.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 Mon Mar 31 01:58:48 2008
@@ -24,6 +24,10 @@
</welcome-file-list>
<display-name>WSO2 Mashup Server</display-name>
+
+ <listener>
+
<listener-class>org.wso2.adminui.AdminUIServletContextListener</listener-class>
+ </listener>
<filter>
<filter-name>ServiceUIFilter</filter-name>
<filter-class>org.wso2.mashup.transport.ServiceUIFilter</filter-class>
@@ -157,10 +161,6 @@
<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>
Modified: trunk/mashup/java/modules/core/conf/web_wsasadmin.xml
==============================================================================
--- trunk/mashup/java/modules/core/conf/web_wsasadmin.xml (original)
+++ trunk/mashup/java/modules/core/conf/web_wsasadmin.xml Mon Mar 31
01:58:48 2008
@@ -23,10 +23,6 @@
<filter>
<filter-name>AdminFilter</filter-name>
<filter-class>org.wso2.adminui.AdminUIServletFilter</filter-class>
- <init-param>
- <param-name>application.context.root</param-name>
- <param-value>/</param-value>
- </init-param>
</filter>
<filter-mapping>
<filter-name>AdminFilter</filter-name>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev