After you create the workers.properties file, create the mod_jk.conf file manually. You will include the mod_jk.conf file in the Apache httpd.conf file that you edit in the next procedure.
Apache_install_dir\conf
Specifies your Apache installation directory.
#Apache HTTP Server & Tomcat NON-SSL Configuration... # Loads the Jakarta Tomcat Connector module LoadModule jk_module "Apache_install_dir\modules\mod_jk.dll" # Tells the module the location of the workers.properties file JkWorkersFile "Apache_install_dir\conf\workers.properties" # Specifies the location for this module's specific log file <optional> JkLogFile "Apache_install_dir\logs\mod_jk.log" # Sets the module's log level to info <optional> JkLogLevel info # Sets the module's log time stamp format <optional> JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " # Sets a mount point from a context to a Tomcat worker. In this case # will allow access (forward the request) to the WADEWeb. JkMount /WADEWeb ajp13 JkMount /WADEWeb/* ajp13
Notes:
The mod_jk.conf file is created.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |