Well, this file is in the conf directory of my tomcat installation. But I
don`t get an error message ....

-----Ursprüngliche Nachricht-----
Von: Sam Newman [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 18. April 2001 15:36
An: [EMAIL PROTECTED]
Betreff: Re: worker.properties


The workers.properties file configures the worker threads that take requests
for servlets/jsp's from apache and processes them appropirately. As such,
when running Tomcat without Apache it will have no effect. You only need to
edit this file when you run Apache and Tomcat together. Infact you'll get a
syntax error on a non-PC platform if you forget to edit this file and try
and include it in the Apache directives. See the workers.properties howto
for more information (its in the Tomcat docs somewhere).

sam
----- Original Message -----
From: "Tassilo Pilati" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 1:47 PM
Subject: worker.properties


> Hello,
>
> i did not edit my worker.properties file at all. I`m using Tomcat 3.2.1.
It
> is working with Apache and in standalone mode (besides that session
> tracking, using URL rewritting is not working, which is another issue).
> Anyway, I was wondering if I have to edit this file. For example I see in
> the file that the workers.tomcat_home and the workers.java_home is not set
> correclty, as it is configured for the windows plattform. Nevertheless,
> tomcat is starting up and working, so I was just wondering if that is
normal


Reply via email to