在哪里可以找到部署到 WebSphere Portal 6.0 (Linux) 的 portlet 的错误日志
DFG
问问题
964 次
2 回答
3
您将在 SystemOut.log 和 SystemErr.log 中找到日志
在默认的 Webpshere Portal 6.0 安装日志(SystemOut.log、SystemErr.log)位于<PortalServer>
\log\
找出这些文件位置的最佳方法是检查 Websphere 管理控制台。在管理控制台中,在 Environment > Websphere variables 下,查找变量 SERVER _LOG_
ROOT
于 2009-07-03T08:16:20.067 回答
0
您应该真正考虑使用 JCL(Jakarta Commons Logging)和 Log4j 而不是 Portal 的默认日志记录。但要小心,有几个 Logging gotchyas:
http://mycrapytechnologyblog.wordpress.com/2009/08/18/websphere-portal-log4j-hell/
于 2009-09-14T03:22:31.990 回答