JBoss Community Archive (Read Only)

RHQ 4.9

JBossAS - Web Application (WAR) Service

Overview

Internal Name:

Web Application (WAR)

Description:

Web Application

Singleton:

no

Plugin:

JBossAS

Connection Settings

Name

Description

Required

Internal Name

Name

The name of this WAR

yes

name

Filename

 

yes

filename

Object Name

 

yes

objectName

Context Root

this WAR's context root - used as a unique path prefix for URLs corresponding to this WAR

no

contextRoot

Virtual Host

The (virtual) host that this application is running on. If no virtual host is set, this defaults to 'localhost'

no

vHost

Jboss Web Name

the objectName for the jboss.web WebModule that will be used to fire operations

no

jbossWebName

Response Time Log File

the full path to the log file containing response-time stats for this webapp. The location is determined by the RtFilter and is usually something like ...server/.../log/rt/appname_rt.log

no

responseTimeLogFile

Response Time Url Excludes

a space-delimited list of regular expressions specifying URLs that should be excluded from response-time stats collection

no

responseTimeUrlExcludes

Response Time Url Transforms

a space-delimited list of Perl-style substitution expressions that should be applied to all URLs for which response-time stats are collected (e.g. |^/dept/finance/.*|/dept/finance/*|)

no

responseTimeUrlTransforms

Name Template

 

yes

nameTemplate

Extension

 

yes

extension

Description Template

 

yes

descriptionTemplate

You must use the internal name to reference properties in Dynamic Group Definition expressions.

Metrics

Name

Type

Description

Internal Name

Path

trait

the absolute path of this WAR file or directory

Application.path

Exploded?

trait

whether this WAR is deployed exploded (i.e. as a directory)

Application.exploded

Context Root

trait

this WAR's context root - used as a unique path prefix for URLs corresponding to this WAR

ContextRoot

HTTP Response Time

calltime

the minimum, maximum, and average response times for HTTP requests serviced by this webapp

ResponseTime

Min. Servlet Resp. Time

measurement

Minimum response time of a servlet

Servlet.MinResponseTime

Avg. Servlet Resp. Time

measurement

Average response time of a servlet

Servlet.AvgResponseTime

Max. Servlet Resp. Time

measurement

Maximum response time of a servlet

Servlet.MaxResponseTime

Total processing time

measurement

Total processing time of the webapp

Servlet.TotalTime

Total processing time per Minute

measurement

Total processing time of the webapp

Servlet.TotalTime

Requests served

measurement

Number of requests served by servlets

Servlet.NumRequests

Requests served per Minute

measurement

Number of requests served by servlets

Servlet.NumRequests

Errors while processing

measurement

Number of errors while processing

Servlet.NumErrors

Errors while processing per Minute

measurement

Number of errors while processing

Servlet.NumErrors

Currently Active Sessions

measurement

Number active sessions for the webapp right now

Session.activeSessions

Maximum number of Active Sessions

measurement

Maximum number of active sessions for the webapp

Session.maxActive

Sessions created

measurement

Number of sessions created for the webapp

Session.sessionCounter

Sessions created per Minute

measurement

Number of sessions created for the webapp

Session.sessionCounter

Expired Sessions

measurement

Number of expired sessions for the webapp

Session.expiredSessions

Expired Sessions per Minute

measurement

Number of expired sessions for the webapp

Session.expiredSessions

Rejected Sessions

measurement

Number of sessions rejected for the webapp

Session.rejectedSessions

Rejected Sessions per Minute

measurement

Number of sessions rejected for the webapp

Session.rejectedSessions

Session Average alive time

measurement

Average alive time of a Sessions

Session.sessionAverageAliveTime

Max Session alive time

measurement

Maximum alive time of a Sessions

Session.sessionMaxAliveTime

Vhost

trait

Virtual hosts this app runs on

Vhost.name

You must use the internal name to reference traits in Dynamic Group Definition expressions.

Operations

Name

Description

Start

starts this webapp; NOTE: this operation is *not* supported for JBossAS versions prior to 4.0.4.GA (see http://jira.jboss.org/jira/browse/JBAS-3006

)

Stop

stops this webapp; NOTE: this operation is *not* supported for JBossAS versions prior to 4.0.4.GA (see http://jira.jboss.org/jira/browse/JBAS-3006

)

Reload

reloads this webapp; NOTE: if the webapp is not in the started state, this operation will fail

Revert

Tries to revert this web application from a saved backup in the same directory and with a name ending in .bak

Package Types

Name

Category

Description

WAR File

Deployable

 

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 08:25:56 UTC, last content change 2013-09-18 19:43:09 UTC.