monitor
monitor copied to clipboard
Membrane Monitor request/response logs
After creating the folder c:\temp and adding this tag to the monitor-beans.xml file:
<spring:bean name="storeInterceptor" class="com.predic8.membrane.core.interceptor.ExchangeStoreInterceptor"> <spring:property name="exchangeStore"> <spring:bean class="com.predic8.membrane.core.exchangestore.FileExchangeStore"> <spring:property name="dir" value="C:\temp" /> </spring:bean> </spring:property> </spring:bean>
It just doesn't create any log file in the c:\temp location.
ref: http://www.membrane-soa.org/soap-monitoring-howto.htm
Regards, Marco