Scroll to navigation

OCF_HEARTBEAT_TOMCAT(7) OCF resource agents OCF_HEARTBEAT_TOMCAT(7)

NAME

ocf_heartbeat_tomcat - Manages a Tomcat servlet environment instance

SYNOPSIS

tomcat [start | stop | status | monitor | meta-data | validate-all]

DESCRIPTION

Resource script for tomcat. It manages a Tomcat instance as an HA resource.

SUPPORTED PARAMETERS

tomcat_name
The name of the resource (optional, string, no default)
script_log
A destination of the log of this script (optional, string, no default)
tomcat_stop_timeout
Time-out at the time of the stop (optional, integer, no default)
tomcat_suspend_trialcount
The re-try number of times awaiting a stop (optional, integer, no default)
tomcat_user
A user name to start a resource (optional, string, no default)
statusurl
URL for state confirmation (optional, string, no default)
java_home
Home directory of the Java (required, string, no default)
catalina_home
Home directory of Tomcat (required, string, no default)
catalina_pid
A PID file name of Tomcat (optional, string, no default)
tomcat_start_opts
Tomcat start options (optional, string, no default)
catalina_opts
Catalina options (optional, string, no default)
catalina_rotate_log
Rotate catalina.out flag (optional, string, no default)
catalina_rotatetime
Time span of the rotate catalina.out (optional, integer, no default)

SUPPORTED ACTIONS

This resource agent supports the following actions (operations):
start
Starts the resource. Suggested minimum timeout: 60s.
stop
Stops the resource. Suggested minimum timeout: 120s.
status
Performs a status check. Suggested minimum timeout: 60.
monitor
Performs a detailed status check. Suggested minimum timeout: 30s. Suggested interval: 10s.
meta-data
Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s.
validate-all
Performs a validation of the resource configuration. Suggested minimum timeout: 5.

EXAMPLE

The following is an example configuration for a tomcat resource using the crm(8) shell:
 
primitive example_tomcat ocf:heartbeat:tomcat \
  params \
    java_home= string \
    catalina_home= string \
  op monitor depth="0" timeout="30s" interval="10s" 

SEE ALSO

 
http://www.linux-ha.org/wiki/tomcat_(resource_agent)

AUTHOR

Linux-HA contributors (see the resource agent source for information about individual authors)
02/03/2011 resource-agents 1.0.3