Skip to content

Commit 0d72985

Browse files
author
Evgeny Zaharchenko
committed
JMX bean name must include cuba.webContextName property #18
1 parent e42fc7f commit 0d72985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/web/src/com/haulmont/addon/admintools/web-spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class="com.haulmont.cuba.core.sys.jmx.MBeanExporter">
1313
<property name="beans">
1414
<map>
15-
<entry key="cuba-at:type=TomcatWeb"
15+
<entry key="${cuba.webContextName}.cuba-at:type=TomcatWeb"
1616
value-ref="cuba-at_TomcatWebMBean"/>
1717
</map>
1818
</property>

0 commit comments

Comments
 (0)