- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
能否请您举个例子,我如何通过 JMX 调用 WroConfiguration.reloadCache()
方法?我使用 Wildfly,单例启动 ejb,以防万一。
JMX 开启:jmxEnabled=true
最佳答案
这是 Java EE 环境中的示例和要求:
cacheUpdatePeriod=0
modelUpdatePeriod=0
debug=false
disableCache=true
jmxEnabled=true
...
try
{
MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
ObjectName name = new ObjectName("wro4j-ROOT:type=WroConfiguration");
mbs.invoke(name, "reloadCache", null, null);
mbs.invoke(name, "reloadModel", null, null);
}
catch (InstanceNotFoundException e)
{
logger.warn("Could not find wro4j MBean. It has not been initiated yet");
}
catch (Exception e)
{
logger.error(e);
}
关于java - 如何通过 JMX 以编程方式更新 wro 缓存/模型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29493108/
本文整理了Java中ro.isdc.wro.model.WroModel类的一些代码示例,展示了WroModel类的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven
本文整理了Java中ro.isdc.wro.model.WroModel.merge()方法的一些代码示例,展示了WroModel.merge()的具体用法。这些代码示例主要来源于Github/Sta
本文整理了Java中ro.isdc.wro.model.WroModel.()方法的一些代码示例,展示了WroModel.()的具体用法。这些代码示例主要来源于Github/Stackoverflow
本文整理了Java中ro.isdc.wro.model.WroModel.getGroups()方法的一些代码示例,展示了WroModel.getGroups()的具体用法。这些代码示例主要来源于Gi
本文整理了Java中ro.isdc.wro.model.WroModel.addGroup()方法的一些代码示例,展示了WroModel.addGroup()的具体用法。这些代码示例主要来源于Gith
我们在我们的 web 应用程序中通过 wro 提供 javascript 资源(和其他资源)。 在 PROD 环境中,浏览器获取(例如)app.js angular webapp 的内容,其中包含 f
我正在尝试让 wro4j maven 插件正常工作,不幸的是,我遇到了一个错误,我不太明白这是什么原因: [ERROR] Failed to execute goal ro.isdc.wro4j:wr
能否请您举个例子,我如何通过 JMX 调用 WroConfiguration.reloadCache() 方法?我使用 Wildfly,单例启动 ejb,以防万一。 JMX 开启:jmxEnabled
我是一名优秀的程序员,十分优秀!