You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Luca Zancan <l....@logicaonline.com> on 2002/06/13 12:09:40 UTC

Where is workers.properties???

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 l.zancan@logicaonline.com
URL http://www.logicaonline.com
__________________________________________________



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Where is workers.properties???

Posted by Luca Zancan <l....@logicaonline.com>.
Thank you very much,

I've downloaded "jakarta-tomcat-connectors...src.tar.gz" and now I'll try to
setup it.
(first I'll read all the documentation I've found in the "jk/doc" subdiretory)

Thanks again.

Luca


zibie wrote:

> > 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 automically.
> Simply copy exist file from
>
> # jakarta-tomcat-connectors-4.0.2-01-src/jk/conf/workers.properties
>
> or i miss something.
>
> regards
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

--
__________________________________________________

Luca Zancan
Logica S.r.l.
e-mail l.zancan@logicaonline.com
URL http://www.logicaonline.com
__________________________________________________



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Where is workers.properties???

Posted by zibie <zi...@tarman.pl>.
> 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 automically.
Simply copy exist file from

# jakarta-tomcat-connectors-4.0.2-01-src/jk/conf/workers.properties

or i miss something.

regards



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>