Here with the steps :
- Get general version mod_jk here or Linux version mod_jk here then rename it as mod_jk.dll(Windows) or mod_jk.so(Linux) and put it into {Apache_Home}modules. (eg: C:ApacheGroupApache2modulesmod_jk.dll) ** NOTE: (Download proper version to meet your need, in this case, I use Apache 1.3* & Tomcat 4.1*)
- Get workers.properties here , and change the path for tomcat_home and java_home in the beggining of file. Then put it into {tomcat_home}confjk (eg:C:jakarta-tomcat-4.1.31confjkworkers.properties)
- Edit httpd.conf which located in Apache conf directory. Get example here and refer the setting part at line “Setting mod_jk Connector“. (The simplest way is copy and paste the whole setting and paste into you httpd.conf, Don’t forget to change the path to point to the correct directory in your machine)
- Verify examples at http://localhost:8080/examples/, to make sure Tomcat is running.
- Verify examples at http://localhost/examples/, on success, the connection is done successfully.
Click here for another quick start.
Click here for full workers.properties configuration doc
great post! i learn new thing everyday, it is good if you can explain the configurations in worker.properties
you can visit below link to have worker.properties full config explanation:
http://tomcat.apache.org/connectors-doc/config/workers.html