summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/server.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/server.xml')
-rw-r--r--sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/server.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/server.xml b/sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/server.xml
new file mode 100644
index 0000000000..94c9efe897
--- /dev/null
+++ b/sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/server.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE beans SYSTEM
+ "http://celtix.objectweb.org/configuration/spring/celtix-spring-beans.dtd">
+
+<beans
+ xmlns:ct="http://celtix.objectweb.org/configuration/types"
+ xmlns:sec="http://celtix.objectweb.org/bus/configuration/security"
+ xmlns:im-conf="http://celtix.objectweb.org/bus/instrumentation/instrumentation-config"
+ xmlns:im="http://celtix.objectweb.org/bus/instrumentation"
+>
+
+ <bean id="celtix.Instrumentation"
+ class="org.objectweb.celtix.bus.instrumentation.instrumentation_config.spring.InstrumentationConfigBean">
+ <property name="instrumentationControl">
+ <value>
+ <im:instrumentation>
+ <im:InstrumentationEnabled>true</im:InstrumentationEnabled>
+ <im:JMXEnabled>true</im:JMXEnabled>
+ </im:instrumentation>
+ </value>
+ </property>
+ <property name="MBServer">
+ <value>
+ <im:MBServer>
+ <im:JMXConnector>
+ <im:Threaded>true</im:Threaded>
+ <im:Daemon>false</im:Daemon>
+ <im:JMXServiceURL>service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi/server</im:JMXServiceURL>
+ </im:JMXConnector>
+ </im:MBServer>
+ </value>
+ </property>
+ </bean>
+</beans>
+