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
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
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
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
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