导出高速缓存设置任务
可以使用导出高速缓存设置任务来显示系统的当前高速缓存设置的摘要。
运行“导出高速缓存设置”任务时,会生成高速缓存设置的摘要并将其设置为 SystemOut.log。此摘要包括所使用的高速缓存类型以及应用高速缓存的方式。例如,每个会话的基本高速缓存,或者每个站点的数据高速缓存。
运行导出高速缓存设置任务
- 打开命令提示符。
- 从 wp_profile_root/ConfigEngine 目录运行以下命令:
- Windows
- ConfigEngine.bat run-wcm-admin-task-export-cache-settings -DWasPassword=password -DPortalAdminId=username -DPortalAdminPwd=password -Dlibrary=MyLibrary -DinheritPerms=apply -DlibSecurity=true
- UNIX
- ./ConfigEngine.sh run-wcm-admin-task-export-cache-settings -DWasPassword=password -DPortalAdminId=username -DPortalAdminPwd=password -Dlibrary=MyLibrary -DinheritPerms=apply -DlibSecurity=true
- IBM® i
- ConfigEngine.sh run-wcm-admin-task-export-cache-settings -DWasPassword=password -DPortalAdminId=username -DPortalAdminPwd=password -Dlibrary=MyLibrary -DinheritPerms=apply -DlibSecurity=true
注: 如果已在 wkplc.properties 文件中的 PortalAdminId 和 PortalAdminPwd 设置中指定了门户网站管理员用户名和密码,那么将无需提供管理员用户名和密码。
在浏览器中显示高速缓存设置
您也可以使用以下 URL 在浏览器中显示高速缓存设置:
http://hostname:port/wps/wcm/connect?MOD=ExportCacheSettings&processLibraries=false