Weblogic Admin 9.1 Webapp service
Weblogic Admin 9.1 Webapp service
Log Track Supported: No
Config Track Supported: No
Custom Properties Supported:
| Name | Description |
|---|---|
| ContextRoot | Context Root |
Supported Control Actions: deploy,start,undeploy,stop,deleteInvalidSessions
Supported Metrics:
| Name | Alias | Units | Category | Default On | Default Interval |
|---|---|---|---|---|---|
| Sessions Created | SessionsCreated | none | UTILIZATION | true | 10 min |
| Sessions Created per Minute | SessionsCreated1m | none | UTILIZATION | true | 10 min |
| Current Active Sessions | SessionsActive | none | UTILIZATION | true | 5 min |
| Webapp Availability | Availability | percentage | AVAILABILITY | true | 10 min |
Configuration help:
Enable Webapp Response Time
- Edit ${webapp.dir}/WEB-INF/web.xml, adding:
<filter>
<filter-name>CovalentJMXFilter</filter-name>
<filter-class>org.hyperic.hq.plugin.servlet.filter.JMXFilter</filter-class>
<init-param>
<param-name>responseTimeLogDir</param-name>
<param-value>${installpath}</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>CovalentJMXFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
- Add the filter jar:
% cp agent-${HQVersion}/product_connectors/servlet/libs/hq-filter.jar \
${webapp.dir}/WEB-INF/lib
- Redeploy the webapp or restart the WebLogic server.