Thank you Rainer for your reply. Based on your suggestion I did following

0. removed the auto from Include directive.

1. There was log entry specified in mod_jk.conf. It was pointing to the log
file in tomcat directory I changed in point to the log file in apache
directory. restarted things.

2. Moved the entries to httpd.conf. no effect.

3. Commented out the entries just to see if log is created or not no effect.

I think may be my shared library is corrupted but again apache should have
complained.




On Sat, Jul 19, 2008 at 7:51 AM, Rainer Jung <[EMAIL PROTECTED]>
wrote:

> rangeli nepal schrieb:
>
>> Recently I installed apache and tomcat. Environment is depicted int
>> subject
>> line. They both work nice and fine independently.
>>
>> I am trying to integrate them with mod_jk.
>>
>> I belive I followed all the steps suggested by document.
>>
>> 1. I downloaded mod_jk ( 1.2.26) kept it as mod_jk.so in modules directory
>> and added following in line httpd.conf
>>
>> LoadModule jk_module modules/mod_jk.so
>>
>
> This alone should already define a default log file mod_jk.log in the logs
> sub directory of your Apache web server (not the Tomcat directory) and
> configure it with log level info. Of course you can overwrite that, if you
> want. If the mod_jk.conf file you wrote doesn't work, is the default log
> file there?
>
>
>  3. Went back to http.conf Added following line at the end
>>
>> Include
>>
>> C:/softwares/Apache/apache-tomcat-6.0.16/apache-tomcat-6.0.16/conf/auto/mod_jk.conf-auto
>>
>
> -auto ?
>
>  my mod_jk.conf looks like somthing like this:
>>
>
> no -auto?
>
> Regards,
>
> Rainer
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to