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 /workers.prop

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 /workers.properties > JkLogFile /var/log/apache2/mod_jk.log > JkLogLevelerror > JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " > JkMount /foo/* worker

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 /workers.properties JkLogFile /var/log/apache2/mod_jk.log JkLogLevelerror JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkMount /foo/* worker1 Content of workers.properties

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 resta

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 foll