监视 WebSphere Portal 环境中的性能
2009-11-04 00:00:00 来源:WEB开发网有关其它 traceString 的更多信息,请参考 WebSphere Portal 信息中心的 WebSphere Portal 运行时日志记录主题。您还可以从 WebSphere Portal 管理用户界面中的 Portal Analysis - Enable Tracing 下面启用 WebSphere Portal 跟踪。这些跟踪会立即应用,并且在重新启动后不会保留,但是它们对于调试会非常有用。请参见图 7。
图 7. 运行时的门户跟踪
特定于应用程序的日志记录
如果您的应用程序使用 Log4J,您可以使用一个 Servlet 来动态启用和禁用 Log4J 日志记录级别,而无需重新启动服务器。该 Servlet 可以简化故障排除和开发工作。请按照以下步骤操作:
要安装该 Servlet,请首先从 Apache Sandbox获得源代码 (ConfigurationServlet.java)。
编译该代码并将类文件放在 <WP root>/shared/app/org/apache/log4j/servlet/ConfigurationServlet.class 中。
编辑位于 <WAS Root>/config/cells/<cellname>/applications/wps.ear/deployments/wps/wps.ear/WEB-INF/web.xml 的 web.xml 文件。
将清单 2 所示的代码添加到您的 Servlet 列表的末尾:
清单 2. 用于 Servlet 列表的代码<servlet>
<servlet-name>log4j</servlet-name>
<display-name>Log4j configuration Servlet</display-name>
<servlet-class>org.apache.log4j.servlet.ConfigurationServlet</servlet-class>
</servlet>
- ››WebSphere Application Server 7.0 XML Feature P...
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
- ››WebSphere Process Server V6 体系结构概述
更多精彩
赞助商链接