> did you add the following lines into httpd.conf? > > # Load mod_jk > # > LoadModule jk_module libexec/mod_jk.so > AddModule mod_jk.c > > #Configure mod_jk > # > JkWorkersFile /usr/local/jakarta-tomcat-3.2.1/conf/workers.properties > JkLogFile /usr/local/apache/logs/mod_jk.log > JkLogLevel error > > Paths can be different according your system. > Yes, done. > Add the following lines just before the Section 3, Vritual Host > > #JkMount configuration > # > JkMount /*.jsp ajp13 > JkMount /servlet/* ajp13 > I have these line at mod_jk.conf, but there is no Virtual Host setting, do I need to add?? Besides, I have try both rpm and binary installation. Both don't work.
