Step 2: Move test folder to root
[integration/test.git] / tools / clustering / cluster-deployer / templates / dsbenchmark / org.apache.karaf.management.cfg.template
1 ################################################################################
2 #
3 #    Licensed to the Apache Software Foundation (ASF) under one or more
4 #    contributor license agreements.  See the NOTICE file distributed with
5 #    this work for additional information regarding copyright ownership.
6 #    The ASF licenses this file to You under the Apache License, Version 2.0
7 #    (the "License"); you may not use this file except in compliance with
8 #    the License.  You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 #    Unless required by applicable law or agreed to in writing, software
13 #    distributed under the License is distributed on an "AS IS" BASIS,
14 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #    See the License for the specific language governing permissions and
16 #    limitations under the License.
17 #
18 ################################################################################
19
20 #
21 # The properties in this file define the configuration of Apache Karaf's JMX Management
22 #
23
24 #
25 # Port number for RMI registry connection
26 #
27 rmiRegistryPort = 1099
28
29 #
30 # Port number for RMI server connection
31 #
32 rmiServerPort = 44444
33
34 #
35 # Name of the JAAS realm used for authentication
36 #
37 jmxRealm = karaf
38
39 #
40 # The service URL for the JMXConnectorServer
41 #
42 serviceUrl = service:jmx:rmi://{{HOST}}:${rmiServerPort}/jndi/rmi://{{HOST}}:${rmiRegistryPort}/karaf-${karaf.name}
43
44 #
45 # Whether any threads started for the JMXConnectorServer should be started as daemon threads
46 #
47 daemon = true
48
49 #
50 # Whether the JMXConnectorServer should be started in a separate thread
51 #
52 threaded = true
53
54 #
55 # The ObjectName used to register the JMXConnectorServer
56 #
57 objectName = connector:name=rmi
58
59 #
60 # Role name used for JMX access authorization
61 # If not set, this defaults to the ${karaf.admin.role} configured in etc/system.properties
62 #
63 # jmxRole=admin