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.
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Christopher Bland, Systems Manager Department of University Systems and Security Fairleigh Dickinson University M/S Bancroft Hall, T-BH1-01 1000 River Road Teaneck, NJ 07666 =-=-=-=-=-=-=-=-=-=-=-= Phone: 201-692-2414 Fax: 201-692-2494 Email: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
