【问题标题】:apply share extension module Alfresco automatically(without explicitly selecting and applying)自动应用共享扩展模块 Alfresco(无需明确选择和应用)
【发布时间】:2017-03-31 12:24:58
【问题描述】:

每次部署后,我必须在 Alfresco 共享 URL 中显式应用共享扩展模块(http://localhost:8081/share/page/modules/deploy).Is 有任何方法可以按要求应用这些模块(不久之后,当我们部署放大器时)。

【问题讨论】:

  • 检查模块xml文件中的true
  • 那行得通,因为模块是相互依赖的,我也需要强制排序。与此标签 2 或 3 一起使用,数字越小,优先级越高

标签: alfresco alfresco-share alfresco-webscripts alfresco-maven alfresco-enterprise


【解决方案1】:

用于启用自动部署

<autoDeploy>true</autoDeploy>

维持秩序

<auto-deploy-index>2</auto-deploy-index>  

在共享模块xml文件中,数字越小,优先级越高

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2023-04-01
  • 1970-01-01
  • 1970-01-01
  • 2015-07-17
  • 2016-07-01
  • 2018-07-12
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多