Red Hat Training

A Red Hat training course is available for Red Hat JBoss Web Server

9.2.2. Configure Jsvc with Tomcat 7

The following parameters can be set when running the daemon.sh script to run Jsvc:

Table 9.1. Jsvc Configuration Parameters for Tomcat 7

Parameter NameEnvironment VariableDefault ValueDescription
--java-homeJAVA_HOMEBased on the value of the PATH variable.The Java home directory location.
--catalina-homeCATALINA_HOMEDetermined by the location of the script.The Tomcat installation directory location.
--catalina-baseCATALINA_BASEBased on the value of the PATH variable.The directory that contains the specific configuration and set up information if multiple servers are using the same installation.
--catalina-pid-$CATALINA_BASE/logs/catalina-daemon.pidThe file where the process ID (PID) for the running instance of Tomcat is stored.
--tomcat-user-tomcatThe user Tomcat uses.