一种监控 WebSphere Application Server 工作负载管理的技术
2009-11-16 00:00:00 来源:WEB开发网示例 1.显示由 HTTP 服务器设置的 cookie 的访问日志条目
[01/Oct/2003:10:20:44 -0400] "GET /wps/portal HTTP/1.1" status=200 bytes=23559
pid=86554 Cookie=- SetCookie=JSESSIONID=0000VYXW0EKQQ3WDAGP43OX1Z0I:uk742k92;
示例 2. 显示从 HTTP 客户端接收的 cookie 的访问日志条目
[01/Oct/2003:10:20:54 -0400] "GET /wps/portal/.scr/Login/.r/1 HTTP/1.1"
status=200 bytes=13729 pid=113550
Cookie=JSESSIONID=0000VYXW0EKQQ3WDAGP43OX1Z0I:uk742k92 SetCookie=-
通过在工作负载管理插件 XML 配置文件 plugin-cfg.xml 中查找相应的 XML <Server> 标记和匹配的 CloneID 属性,我们可以使八字符的字符串和 WebSphere Application Server 管理控制台所显示的Name 相关联:
示例 3. 使 plugin-cfg.xml 克隆标识符与管理控制台相关联
<Config>
...
<Server CloneID="ulmn4c8" ConnectTimeout="10" Name="WebSphere Portal">
<Transport Hostname="portal0" Port="9081" Protocol="http"/>
</Server>
...
</Config>
Apache LogFormat伪指令
我们使用 LogFormat 伪指令来定义一种新的日志格式绰号,它包含来自 HTTP 头,与 Cookie 和 Set-Cookie 相关的信息,如上面的示例 1 和 2 所示。绰号 cookie_filter 用于将这种日志格式和一个 CustomLog 伪指令相关联,通过这种方法来确定应该将日志条目写在什么地方。LogFormat 伪指令是在 Web服务器配置文件 httpd.conf 中指定的:
Tags:监控 WebSphere Application
编辑录入:爽爽 [复制链接] [打 印]- ››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 体系结构概述
更多精彩
赞助商链接