Hi everybody,

I'm an absolute beginner with Tomcat and I'm installing Tomcat 4.0.3 on
a Linux RedHat 7.2  (kernel 2.4.7-10).
I'm trying to use AJP connector 1.3 to make Tomcat work with Apache
1.3.24.

Tomcat works great in standalone mode: no problems (Ive tested with
http:/192.168.254.1:8080)

Now I'd like to integrate Tomcat with Apache.

I've inserted the following directives in the "server.xml" file:
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" />
under "<Server port="8005"...>
and a similar Listener directive under "<Host name="localhost"...>

and indeed this have created 2 directories under $CATALINA_HOME/conf,
called "auto" and "jk".
In $CATALINA_HOME/conf/auto I find the file mod_jk.conf (correct: I'll
use it in an include statement in my httpd.conf later...)
But the $CATALINA_HOME/conf/jk directory is empty.

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...

Probably I'm missing something...

Thank you very much for your help.

Bye,
Luca
__________________________________________________

Luca Zancan
Logica S.r.l.
e-mail [EMAIL PROTECTED]
URL http://www.logicaonline.com
__________________________________________________



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

Reply via email to