ControlTier > elements
 

Docs-Generate

Command Reference

Description

Generate the Apache configuration file

Uses templates to generate the httpd.conf file; also generates proxy_ajp.conf if a TomcatServer is a dependency.

Usage

ctl -t ApacheSystemService -o <objectname> -c Docs-Generate [-ajpPort <>] [-proxyAjpLocation <>] [-proxyAjpWebapp <>] [-serverRoot <>]

Options

Option Description Type Default
ajpPort Tomcat Ajp13 Port string ${entity.attribute.ajpPort}
proxyAjpLocation mod_proxy_ajp Location to proxy to Tomcat string ${entity.attribute.proxyAjpLocation}
proxyAjpWebapp mod_proxy_ajp Destination Tomcat Webapp string ${entity.attribute.proxyAjpWebapp}
serverRoot Apache Server Root string ${entity.attribute.serverRoot}