You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/10/09 06:43:32 UTC

svn commit: r454284 - /webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml

Author: thilina
Date: Sun Oct  8 21:43:31 2006
New Revision: 454284

URL: http://svn.apache.org/viewvc?view=rev&rev=454284
Log:
Enabling MTOM in Axis2.war and switching off stack trace

Modified:
    webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml

Modified: webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml?view=diff&rev=454284&r1=454283&r2=454284
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml Sun Oct  8 21:43:31 2006
@@ -4,7 +4,7 @@
     <!-- ================================================= -->
     <parameter name="hotdeployment" locked="false">true</parameter>
     <parameter name="hotupdate" locked="false">false</parameter>
-    <parameter name="enableMTOM" locked="false">false</parameter>
+    <parameter name="enableMTOM" locked="false">true</parameter>
     <parameter name="enableSwA" locked="false">false</parameter>
 
     <!--Uncomment if you want to enable file caching for attachments -->
@@ -17,7 +17,7 @@
 
     <!--During a fault, stacktrace can be sent with the fault message. The following flag will control -->
     <!--that behaviour.-->
-    <parameter name="sendStacktraceDetailsWithFaults" locked="false">true</parameter>
+    <parameter name="sendStacktraceDetailsWithFaults" locked="false">false</parameter>
 
     <!--If there aren't any information available to find out the fault reason, we set the message of the expcetion-->
     <!--as the faultreason/Reason. But when a fault is thrown from a service or some where, it will be -->



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org