Author: sumedha Date: Mon Oct 20 01:58:32 2008 New Revision: 22609 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=22609
Log: copied axis2.xml from carbon,using config.ini from carbon Modified: trunk/wsas/java/carbon/distribution/bin.xml trunk/wsas/java/carbon/distribution/conf/axis2.xml Modified: trunk/wsas/java/carbon/distribution/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/bin.xml?rev=22609&r1=22608&r2=22609&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Mon Oct 20 01:58:32 2008 @@ -12,7 +12,9 @@ <exclude>**/repository/axis2.xml</exclude> <exclude>**/native/*</exclude> <exclude>**/server.xml</exclude> + <!-- <exclude>**/config.ini</exclude> + --> <exclude>**/services/sample01.aar</exclude> <exclude>**/services/echo/**</exclude> <exclude>**/repository/services/version/**</exclude> @@ -83,7 +85,7 @@ <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include> <include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include> <include>org.wso2.carbon:org.wso2.carbon.xslt:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.authenticator:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.authenticator:jar</include> </includes> </dependencySet> </dependencySets> @@ -99,12 +101,14 @@ <destName>server.xml</destName> <filtered>true</filtered> </file> + <!-- <file> <source>conf/config.properties</source> <outputDirectory>wso2wsas-${pom.version}/webapps/ROOT/WEB-INF/eclipse/configuration</outputDirectory> <destName>config.ini</destName> <filtered>true</filtered> </file> + --> <file> <source>NOTICE</source> <outputDirectory>wso2wsas-${pom.version}</outputDirectory> Modified: trunk/wsas/java/carbon/distribution/conf/axis2.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/conf/axis2.xml?rev=22609&r1=22608&r2=22609&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/conf/axis2.xml (original) +++ trunk/wsas/java/carbon/distribution/conf/axis2.xml Mon Oct 20 01:58:32 2008 @@ -20,25 +20,24 @@ <!-- Globally engaged modules --> <!-- ================================================= --> <module ref="addressing"/> - <module ref="wso2statistics"/> <!-- TODO what if the statistics service is not available --> <!-- ================================================= --> <!-- Parameters --> <!-- ================================================= --> <parameter name="hotdeployment">true</parameter> - <parameter name="hotupdate">true</parameter> + <parameter name="hotupdate">false</parameter> <parameter name="enableMTOM" locked="false">optional</parameter> <parameter name="cacheAttachments">true</parameter> <parameter name="attachmentDIR">work/mtom</parameter> <parameter name="sizeThreshold">4000</parameter> <!-- Following parameter will completely disable REST handling in both the servlets--> - <parameter name="disableREST">false</parameter> + <parameter name="disableREST" locked="true">false</parameter> <parameter name="Sandesha2StorageManager">inmemory</parameter> - - <!-- - Following parameter will enable the use of specified XKMS service to + + <!-- + Following parameter will enable the use of specified XKMS service to locate, validate keys by the WS-Security provider --> <!-- @@ -58,10 +57,10 @@ <parameter name="servicePath">services</parameter> <parameter name="userAgent" locked="true"> - WSO2 Data Services-1.0 + @[EMAIL PROTECTED]@server_version@ </parameter> <parameter name="server" locked="true"> - WSO2 Data Services-1.0 + @[EMAIL PROTECTED]@server_version@ </parameter> <!-- ========================================================================--> @@ -79,17 +78,19 @@ <!--Set the flag to true if you want to enable transport level session mangment--> <parameter name="manageTransportSession">true</parameter> + <!-- TODO add the relevant deployers --> + <!-- Deployer for the dataservice. --> + <!--<deployer extension="dbs" directory="dataservices" class="org.wso2.ws.dataservice.DBDeployer"/>--> + <!-- Axis1 deployer for Axis2--> - <!--<deployer extension="wsdd" class="a1deployer.Axis1Deployer" directory="axis1services"/>--> + <!--<deployer extension="wsdd" class="org.wso2.carbon.axis1services.Axis1Deployer" directory="axis1services"/>--> <!-- POJO service deployer for Jar --> <deployer extension="jar" class="org.apache.axis2.deployment.POJODeployer" directory="pojoservices"/> <!-- POJO service deployer for Class --> <deployer extension="class" class="org.apache.axis2.deployment.POJODeployer" directory="pojoservices"/> - - <!-- Deployer for the dataservice. --> - <deployer extension="dbs" directory="dataservices" class="org.wso2.dataservices.DBDeployer"/> + <!--<deployer extension=".jar" class="org.apache.axis2.jaxws.framework.JAXWSDeployer" directory="servicejars"/>--> <!-- ================================================= --> <!-- Message Receivers --> <!-- ================================================= --> @@ -157,7 +158,7 @@ <!-- Uncomment the following to enable Apache2 mod_proxy. The port on the Apache server is 443 - in this case. + in this case. --> <!--<parameter name="proxyPort">443</parameter>--> </transportReceiver> @@ -251,10 +252,10 @@ class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"> <order phase="Transport"/> </handler> - <handler name="POXSecHandler" - class="org.wso2.carbon.security.pox.POXSecurityHandler"> + <!--<handler name="POXSecHandler" + class="org.wso2.carbon.core.security.pox.POXSecurityHandler"> <order phase="Transport"/> - </handler> + </handler>--> <handler name="SMTPFaultHandler" class="org.wso2.carbon.core.transports.smtp.SMTPFaultHandler"> <order phase="Transport"/> @@ -280,9 +281,6 @@ <handler name="HTTPLocationBasedDispatcher" class="org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher"/> - - <handler name="AdminServiceAuthenticationHandler" - class="org.wso2.carbon.core.admin.AuthenticationHandler"/> </phase> <!-- System pre defined phases --> <phase name="RMPhase"/> @@ -312,10 +310,10 @@ class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"> <order phase="Transport"/> </handler> - <handler name="POXSecHandler" - class="org.wso2.carbon.security.pox.POXSecurityHandler"> + <!--<handler name="POXSecHandler" + class="org.wso2.carbon.core.security.pox.POXSecurityHandler"> <order phase="Transport"/> - </handler> + </handler>--> </phase> <phase name="Addressing"> @@ -338,8 +336,6 @@ <handler name="HTTPLocationBasedDispatcher" class="org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher"/> - <handler name="AdminServiceAuthenticationHandler" - class="org.wso2.carbon.core.admin.AuthenticationHandler"/> </phase> <phase name="RMPhase"/> <phase name="OpPhase"/> @@ -365,6 +361,17 @@ <parameter name="domain">wso2wsas.domain</parameter> <parameter name="synchronizeAll">true</parameter> <parameter name="maxRetries">5</parameter> + + <parameter name="multicastAddress">228.0.0.4</parameter> + <parameter name="multicastPort">45564</parameter> + <parameter name="multicastFrequency">500</parameter> + <parameter name="multicastMemberDropTime">3000</parameter> + <parameter name="multicastBindAddress">127.0.0.1</parameter> + + + <parameter name="tcpListenHost">127.0.0.1</parameter> + <parameter name="tcpListenPort">4000</parameter> + <configurationManager class="org.wso2.carbon.clustering.configuration.WSASConfigurationManager"> <parameter name="CommitTimeout">20000</parameter> _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
