RE: mod_jk config problems

2003-01-28 Thread Turner, John
Check the logs...it is looking for locahost, not localhost. Note the missing l. Here's the minimum required workers.properties file: # BEGIN workers.properties # Definition for Ajp13 worker worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 # END

Re: RE: mod_jk config problems

2003-01-28 Thread Chris Faulkner
Check the logs...it is looking for locahost, not localhost. Note the missing l. Ouch. I had just spotted it after sending the email - I altered it to use my hostname instead and realised that worked. In my defence, the mistake is on the online documentation, although I should have read it

RE: RE: mod_jk config problems

2003-01-28 Thread Turner, John
Thanks for the heads-up. John -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 11:40 AM To: Tomcat Users List Subject: Re: RE: mod_jk config problems Check the logs...it is looking for locahost, not localhost. Note

Re: RE: mod_jk config problems

2003-01-28 Thread vivek karkun
on the same note i have some issues with mod_jk, i did post a message on my problem but didnt show up, hope someone can help me out, thanks in advance. I am having a problem with stronghold(apache 1.3) and tomcat 4.1.18 using the mod_jk module on solaris 8. Here are the modification i did to

RE: RE: mod_jk config problems

2003-01-28 Thread Turner, John
-Original Message- From: vivek karkun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 12:59 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: RE: mod_jk config problems on the same note i have some issues with mod_jk, i did post a message on my problem but didnt show up

RE: RE: mod_jk config problems

2003-01-28 Thread vivek karkun
: RE: mod_jk config problems on the same note i have some issues with mod_jk, i did post a message on my problem but didnt show up, hope someone can help me out, thanks in advance. I am having a problem with stronghold(apache 1.3) and tomcat 4.1.18 using the mod_jk module on solaris

Re: mod_jk config problems

2003-01-28 Thread Mark O'Neil
Should 'mod_jk-1.3-eapi.so be renamed 'mod_jk.so'? -m On Tuesday, January 28, 2003, at 12:59 PM, vivek karkun wrote: LoadModulejk_module modules/libexec/mod_jk-1.3-eapi.so AddModule mod_jk.c - To unsubscribe, e-mail:

RE: mod_jk config problems

2003-01-28 Thread Turner, John
: mod_jk config problems Should 'mod_jk-1.3-eapi.so be renamed 'mod_jk.so'? -m On Tuesday, January 28, 2003, at 12:59 PM, vivek karkun wrote: LoadModulejk_module modules/libexec/mod_jk-1.3-eapi.so AddModule mod_jk.c