What mod_jk.so are you using? Where did you get it, how did you get it? Did you build it from source? If so, how?
John > -----Original Message----- > From: hari hari [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 8:26 PM > To: [EMAIL PROTECTED] > Subject: Re: apache error? > > > my many many thnak you to you friendes, > > I sending following files with this email you asked. > 1)httpd.conf (attached) > 2)server.xml (attached with thsi email) > > The rest files are inline with this email since they are > small and so as > follows: > My workers.properties file containing following lines: > > workers.tomcat_home=/jboss/catalina > workers.java_home=/usr/java130 > ps=/ > worker.list=ajp12, ajp13, ajp14 > worker.ajp13.port=8009 > worker.ajp13.host=100.200.100.200 > worker.ajp13.type=ajp13 > > My mod_jk.conf file is containing following lines: > LoadModule jk_module modules/mod_jk.so > #AddModule mod_jk.c > <IfModule mod_jk.c> > JkWorkersFile /jboss/catalina/conf/jk/workers.properties > JkLogFile logs/jk.log > JkLogLevel warn > JkMount /*.jsp ajp12 > JkMount /servlet/* ajp12 > JkMount /examples/* ajp12 > </IfModule> > > I using Apache 2.0.40, Tomcat 4.0.4 and IBM AIX 5.1 System > > Ploice helping me - i trying to hard. > > my thank you to all you. > > --hari > > > > > > >From: Habibak haAlbek <[EMAIL PROTECTED]> > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > >To: Tomcat Users List <[EMAIL PROTECTED]> > >Subject: Re: apache error? > >Date: Thu, 12 Sep 2002 17:01:29 -0700 (PDT) > > > > > >In your reply, please attach the following files: > >httpd.conf > >workers.properties > >server.xml > >mod_jk.conf (if you have one) and any other files > >What apache version are you using? are you using plain or > apache with SSL? > >What tomcat version are you using? > >How did you obtain the mod_jk.so? > >What JDK version are you using>? > >operating system? and version? > > > > hari hari wrote:hi > > > >thanks to you foe reply me email. > > > >i try to create libexec directory and putting mod_jk.so in > that directory > >but it is show same error. And i changing permission of > mod_jk.so to 755 > >but > >still no working. > > > >helping me. > >-- > >hari > > > > > > >From: [EMAIL PROTECTED] > > >To: "hari hari" > > >CC: [EMAIL PROTECTED] > > >Subject: Re: apache error? > > >Date: Thu, 12 Sep 2002 14:54:17 -0400 > > > > > > > > > > > >hari, > > > > > >1. Is there a libexec directory where you can place > that.... I beleive > > >modules directory is applicable for windows > > >2. Check the permission on the mod_jk.so file, you may need to do > >something > > >like that: chmod 755 mod_jk.so to give it the appropriate > permissions. > > > > > > > > > > > > > > > > > > > > >"hari hari" on 09/12/2002 02:27:39 PM > > > > > >To: [EMAIL PROTECTED] > > >cc: > > > > > >Subject: Re: apache error? > > > > > > > > >Hi my friends, > > > > > >my many thank you to all of you. > > > > > >i mentioned in my last mail messg, I using apache 2.0.40 > and tomcat 4.0.4 > > >on > > >IBM aix 5.1 systems. > > > > > >I having errers when running my apache as follows. my > friend emiled me > > >mod_jk.so and telling me to put that mod_jk.so in > > >/usr/local/apache2/modules > > >directory and I did that and it is giving problems. > > > > > >#./apachectl start > > >Syntax error on line 1 of /jboss/catalina/conf/auto/mod_jk.conf: > > >Cannot load /usr/local/apache2/modules/mod_jk.so into server: > > ># > > > > > >I adding following lines at the very end of my httpd.conf file: > > >Include /jboss/catalina/conf/auto/mod_jk.conf > > > > > >My mod_jk.conf file is below: > > >LoadModule jk_module modules/mod_jk.so > > > > > >JkWorkersFile /jboss/catalina/conf/jk/workers.properties > > >JkLogFile logs/jk.log > > >JkLogLevel warn > > >JkMount /*.jsp ajp12 > > >JkMount /servlet/* ajp12 > > >JkMount /examples/* ajp12 > > > > > > > > >ploice helping me. > > > > > >--hari > > > _________________________________________________________________ > Join the world's largest e-mail service with MSN Hotmail. > http://www.hotmail.com > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>