[mashup-dev] svn commit r3571 - trunk/mashup/java/modules/core/conf

svn at wso2.org svn at wso2.org
Wed Jun 6 04:40:12 PDT 2007


Author: thilina
Date: Wed Jun  6 04:40:09 2007
New Revision: 3571

Modified:
   trunk/mashup/java/modules/core/conf/server.xml
Log:
Fixing the config file according to the changes in WSAS.. Hope here after WSAS guys will notify us in case of config file changes

Modified: trunk/mashup/java/modules/core/conf/server.xml
==============================================================================
--- trunk/mashup/java/modules/core/conf/server.xml	(original)
+++ trunk/mashup/java/modules/core/conf/server.xml	Wed Jun  6 04:40:09 2007
@@ -259,12 +259,13 @@
             <Class>org.wso2.mashup.requestprocessor.TryItProcessor</Class>
         </Processor>
     </HttpGetRequestProcessors>
-        <!--
+
+    <!--
     Server intializing code. DefaultServerInitializer will intialize the WSAS specific
     Configurations. It should be the first. All other intializers should come after that.
-    Use <Initialize/> elements to add new intializers. 
+    Use <Initializer/> elements to add new intializers.
     -->
     <ServerInitializer>
-        <Initialize>org.wso2.wsas.DefaultServerInitializer</Initialize>
+        <Initializer>org.wso2.wsas.DefaultServerInitializer</Initializer>
     </ServerInitializer>
 </Server>




More information about the Mashup-dev mailing list