Attributes for Solaris

Required attributes for Solaris

Required attribute

Description

AppName 

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

Access the applications at: http://localhost:8181/vcs 

Type and dimension: string-scalar 

Example: "vcs" 

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, and install the vcs application as vcs.war. Point this attribute to the directory that contains this .war file. 

Type and dimension: string-scalar 

Example: If the AppName is vcs and InstallDir is:
/opt/VRTSweb/VERITAS, the agent constructs the path for the Web application as : /opt/VRTSweb/VERITAS/vcs.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"