WEB开发网
开发学院软件开发Java 监视 WebSphere Portal 环境中的性能 阅读

监视 WebSphere Portal 环境中的性能

 2009-11-04 00:00:00 来源:WEB开发网   
核心提示: 有关其它 traceString 的更多信息,请参考 WebSphere Portal 信息中心的 WebSphere Portal 运行时日志记录主题,监视 WebSphere Portal 环境中的性能(8),您还可以从 WebSphere Portal 管理用户界面中的 Portal An

有关其它 traceString 的更多信息,请参考 WebSphere Portal 信息中心的 WebSphere Portal 运行时日志记录主题。您还可以从 WebSphere Portal 管理用户界面中的 Portal Analysis - Enable Tracing 下面启用 WebSphere Portal 跟踪。这些跟踪会立即应用,并且在重新启动后不会保留,但是它们对于调试会非常有用。请参见图 7。


图 7. 运行时的门户跟踪
监视 WebSphere Portal 环境中的性能

特定于应用程序的日志记录

如果您的应用程序使用 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> 

上一页  3 4 5 6 7 8 9 10  下一页

Tags:监视 WebSphere Portal

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接