Skip to content

Commit

Permalink
JMX bean name must include cuba.webContextName property #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Zaharchenko committed Oct 23, 2018
1 parent e42fc7f commit 0d72985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class="com.haulmont.cuba.core.sys.jmx.MBeanExporter">
<property name="beans">
<map>
<entry key="cuba-at:type=TomcatWeb"
<entry key="${cuba.webContextName}.cuba-at:type=TomcatWeb"
value-ref="cuba-at_TomcatWebMBean"/>
</map>
</property>
Expand Down

0 comments on commit 0d72985

Please sign in to comment.