Re: mod_jk initialization error

2008-12-09 Thread Rainer Jung
Abhi schrieb: Thanks Milan. This is how my apache2.conf looks LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so JkWorkersFile path to workers.properties/workers.properties JkLogFile /var/log/apache2/mod_jk.log JkLogLevelerror JkLogStampFormat [%a %b %d %H:%M:%S %Y] JkMount

Re: mod_jk initialization error

2008-12-09 Thread Abhi
Thanks Rainer. It was a problem with the virtual hosts. Resolved it. Thanks again. 2008/12/9 Rainer Jung [EMAIL PROTECTED] Abhi schrieb: Thanks Milan. This is how my apache2.conf looks LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so JkWorkersFile path to

mod_jk initialization error

2008-12-08 Thread Abhi
I am trying to get tomcat running with apache using mod_jk connector. I compiled mod_jk.so from source and put it under apache modules directory. I get no error while restarting apache and also apache tells me it has loaded mod_jk module. But my requests are not forwarded to tomcat. I get the

Re: mod_jk initialization error

2008-12-08 Thread Milan Cvejic
You need to define workers.properties file... It seem to me that you didn't created configuration for mod_jk. Abhi wrote: I am trying to get tomcat running with apache using mod_jk connector. I compiled mod_jk.so from source and put it under apache modules directory. I get no error while

Re: mod_jk initialization error

2008-12-08 Thread Abhi
Thanks Milan. This is how my apache2.conf looks LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so JkWorkersFile path to workers.properties/workers.properties JkLogFile /var/log/apache2/mod_jk.log JkLogLevelerror JkLogStampFormat [%a %b %d %H:%M:%S %Y] JkMount /foo/* worker1