mod_jk.so tomcat 4.0.3 and apache 1.3.22

2002-06-12 Thread zibie
I have a problem with connector ajp. When i try to load mod_jk.so into apache 1.3.22, in log file i find: tail logs/mod_jk.logs [Wed Jun 12 12:02:17 2002] [jk_connect.c (151)]: jk_open_socket, connect() failed errno = 111 [Wed Jun 12 12:02:17 2002] [jk_ajp_common.c (598)]: In

Re: mod_jk.so tomcat 4.0.3 and apache 1.3.22

2002-06-12 Thread zibie
is there something to do to omit this error i can't use AJP connector. My system is Linux/Slackware 8.0 and kernel 2.4.19pre1 Tomcat version 4.0.3 Connector from package jakarta-connector-tomcat-4.0.2src download from jakarta.apache.org. i did: tar zxf jakarta-connector-tomcat-4.0.2src

Re: Where is workers.properties???

2002-06-13 Thread zibie
My question is: where is the workers.properties file??? Is it not generated automatically??? I've downloaded a binary version of mod_jk (mod_jk-01.so) and therefore I've not compiled it: I've simply copied it in /usr/local/apache/libexec/mod_jk.so... AFAIK workers.properties is not create

Re: Other question

2002-06-13 Thread zibie
I have one other question: If Tomcat shouts down for some cause, how can I know it? I think the best method is (on linux systems) # netstat -a -n | grep LISTEN if tomcat work ok, you'll get: tcp0 0 0.0.0.0:80010.0.0.0:* LISTEN tcp0 0 127.0.0.1:8005