for AIXAttributes

Required attributes

Required attribute

Description

AppName

Name of the application as it appears in the Web server.  

Type and dimension: string-scalar 

Example: "cmc

 

InstallDir

Path to the Web application installation. You must install the Web application as a .war file with the same name as the AppName parameter. Point this attribute to the directory that contains this .war file. 

Type and dimension: string-scalar 

Example: If AppName is cmc and InstallDir is /opt/VRTSweb/VERITAS, the agent constructs the path for the Web application as:
/opt/VRTSweb/VERITAS/cmc.war 

 

TimeForOnline

The time the Web application takes to start after loading it into the Web server. This parameter is returned as the exit value of the online script, which inform VCS of the time it needs to wait before calling monitor on the Web application resource. This attribute is typically at least five seconds. 

Type and dimension: integer-scalar 

Example: 5