>
> Hi ,
>
> I am trying to configure Tomcat V4.0b3 on Win NT 4.0 with Apache 1.3.12
> but found it is different form Tomcat V3.2.1 in configuration part. As
> in Tomcat V 3.2.1
> there is "tomcat/conf/tomcat.conf" file to include in apache
> "apache/conf/httpd.conf" but i have n't find the same in Tomcat V4.0.
>
> Any help in configuring Tomcat V4.0 is appreciated...
>
> Thanks,
> Anil
>
Hello,
but what's the problem? I think the better way is to read tomcat.conf file,
understand what each line means and write your very own lines to httpd.conf.
I used the following lines :
LoadModule jk_module libexec/mod_jk.so
AddModule mod_jk.c
JkWorkersFile /usr/tomcat/conf/workers.properties
JkLogFile /usr/tomcat/logs/mod_jk.log
JkLogLevel warn
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
And I understand each line in this - so if I'll need to make some config,
I can do it very easy cause I understand what to do and how to do :)))
Sincerely,
Felix.