Enable the debug function of the FMS Server
The debug function of the corresponding host must be enabled in the application under the corresponding host directory. in XML, the corresponding xml configuration is changed to true or flase to enable or disable the debugging function under the FMS handler. This debugging allows you to view the so content of the corresponding connection while connecting the user, wait, you can debug the server trace ............. the default value of this function is false.
<Debug>
<! -- This specifies the Max number of pending debug connections. -->
<! -- This is by default 50. If this is 0, then debugging -->
<! -- Connections are disabled. Once this number is met, the -->
<! -- Oldest pending debug connection will be rejected to make room -->
<Maxpendingdebugconnections> 50 </maxpendingdebugconnections>
<! -- This sets the default value for application. allowdebug -->
<! -- Allowdebug is a gate allowing debug connections on a per app -->
<! -- Basis. The default value is false -->
<! -- Change the following line -->
<Allowdebugdefault> true </allowdebugdefault>
</Debug>
Reprinted: http://hi.baidu.com/jjmiyxtnnxbcixq/item/2aa596986c4769c8b72531d8