在启用属性的情况下启动 Confluence 6

Posted huyuchengus

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在启用属性的情况下启动 Confluence 6相关的知识,希望对你有一定的参考价值。

在一些情况下,你可以希望 Confluence 在系统启动的时候就对属性文件进行打印。如果你的 Confluence 经常进行重启,并且你可能忘记来启动针对系统诊断的属性文件日志开关。

编辑 CONFLUENCE_HOMEconfluenceWEB-INFweb.xml 文件。你应该可以在文件中看到与下面输出内容类似的行。设置 autostart 参数为 true:

     <filter>
        <filter-name>profiling</filter-name>
        <filter-class>com.atlassian.confluence.util.profiling.ConfluenceProfilingFilter</filter-class>
        <init-param>
            <!-- specify the which HTTP parameter to use to turn the filter on or off -->
            <!-- if not specified - defaults to "profile.filter" -->
            <param-name>activate.param</param-name>
            <param-value>profile</param-value>
        </init-param>
        <init-param>
            <!-- specify the whether to start the filter automatically -->
            <!-- if not specified - defaults to "true" -->
            <param-name>autostart</param-name>
            <param-value>true</param-value>
        </init-param>
    </filter>

如果你希望 Confluence 在重启的时候不记录属性日志或者你的属性日志过大的话,你可以将这个参数重新设置为  false 。

 

https://www.cwiki.us/display/CONF6ZH/Troubleshooting+Slow+Performance+Using+Page+Request+Profiling

以上是关于在启用属性的情况下启动 Confluence 6的主要内容,如果未能解决你的问题,请参考以下文章

Confluence 6 启用 OpenSearch

Confluence 6 禁用或者重新启用一个任务

Confluence 6 启用主题评论

Confluence 6 查看空间活动需要注意的地方

Confluence 6 查看空间活动需要注意的地方

Confluence 6 使用页面请求属性来对慢性能进行问题解决