Chris Bland wrote:

Hello all,

I am having trouble getting the jk connector to work with apache 1.3.31 and tomcat 4.1.30. When I try to go from apache to tomcat I am getting an internal server error. My workers.properties file is very basic

   worker.list=rei
   worker.rei.type=ajp13
   worker.rei.host=rei.fdu.edu
   worker.rei.port=8005
   worker.rei.cachesize=10
   worker.rei.cache_timeout=600
   worker.rei.socket_keepalive=1
   worker.rei.socket_timeout=300

I have tried the static httpd.conf entries

   LoadModule jk_module          libexec/mod_jk.so
   AddModule mod_jk.c
   JkWorkersFile /usr/local/apache/rei/conf/workers.properties
   JkLogFile /usr/local/apache/rei/log/mod_jk.log
   JkLogLevel info
   JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
   JkRequestLogFormat "%w %V %T"
   JkMount /examples/* rei

And I used the default non coyote connector in my server.xml file

   <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
              port="8009" minProcessors="5" maxProcessors="75"
              acceptCount="10" debug="0"/>

There isn't any output in my log files and the /usr/local/apache/rei/log/mod_jk.log did not get created..

Any help would be appreciated.  Thanks in advance.

Your AJP13 connector in server.xml is listening on port 8009, and your worker.rei.port is 8005.

This could be your problem.

Respectfully,
Brice Ruth

--
Brice Ruth, Sr. IT Analyst
Fiskars Brands Inc
http://www.fiskarsbrands.com/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to