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

svn at wso2.org svn at wso2.org
Mon Jun 4 03:56:22 PDT 2007


Author: thilina
Date: Mon Jun  4 03:56:18 2007
New Revision: 3488

Modified:
   trunk/mashup/java/modules/core/conf/server.xml
Log:
adding the initializer code for WSAS server.xml

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	Mon Jun  4 03:56:18 2007
@@ -259,4 +259,12 @@
             <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. 
+    -->
+    <ServerInitializer>
+        <Initialize>org.wso2.wsas.DefaultServerInitializer</Initialize>
+    </ServerInitializer>
 </Server>




More information about the Mashup-dev mailing list