unending woes trying to get tomcat 4.1.12-LE-jdk14 to apache 1.3.23
conection with jk (jdk1.4.1 and redhat 7.3)
currently
1. installed mod_jk from the RPM
2. added Include /usr/tomcat/conf/auto/mod_jk.conf to the apache httpd.conf
3. edited the workers.properties in the Apache/conf dir
4. added to server.xml
<server ...>
...
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" />
...
and
<host ..>
...
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
append="true" forwardAll="false" />
...
getting the error
(4)Interrupted system call: Error while opening the workers, jk will not
work
have tried
check permissions on workers.properties
copied working.properties to $TOMCAT_HOME/conf
and generally don't have a lot of ideas about how to fix this
help
chris
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>