> -----Original Message-----
> From: hari hari [mailto:hari1008@hotmail.com]
> Sent: Wednesday, September 11, 2002 12:55 PM
> To: tomcat-user@jakarta.apache.org
> Subject: apache error?
>
>
>
> Hi,
>
> i running apache 2.0.40 and run tomcat 4.0.4 and getting
> mod_jk.so file and
> put that file in /usr/local/apache2/modules and when run
> following, i get
> bugs:
You didnt tell on which platform are you integrating apache and tc i.e. in
windows or Linux.
If in windows you have to use mod_jk2.dll which you can download from
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/win32
/
Check out this link. The contents written in it worked for me.
ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Win2k_TC4.1.10_JSDK1.4.zip
>
> # ./apachectl configtest
> Syntax error on line 1 of /jboss/catalina/conf/auto/mod_jk.conf:
> Cannot load /usr/local/apache2/modules/mod_jk.so into server:
>
> my mod_jk.conf file is very small and very simple and easy:
>
> LoadModule jk_module modules/mod_jk.so
> <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>
>
>
> police hepl me in above error removing - sory for my engllish
>
> hari
>
>
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>
> --
> To unsubscribe, e-mail:
> <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:tomcat-user-help@jakarta.apache.org>
>
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@jakarta.apache.org>
|