You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/04/21 15:32:01 UTC

DO NOT REPLY [Bug 47062] New: JkWorkersFile: Can't find the workers file specified : absolute path

https://issues.apache.org/bugzilla/show_bug.cgi?id=47062

           Summary: JkWorkersFile: Can't find the workers file specified :
                    absolute path
           Product: Tomcat Connectors
           Version: 1.2.28
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_jk
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: razique.mahroua@tyredating.com


When mod_jk is enabled, the entry "JkWorkersFile" for which we need to supply
the worker.properties files does not work with absolut path, eg :
/usr/share/tomcat/conf/worker.properties.
Use instead the relative path to your httpd (or Apache) directory.
So, to connect Apache through the worker file, here is the path : 
Let's suppose we have /etc/httpd/conf/httpd.conf <-  contains the JkWorkersFile
entry 
and the file worker.properties in /etc/httpd/modules/ so the entry will look
like this : 
 JkWorkersFile modules/workers.properties

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47062] JkWorkersFile: Can't find the workers file specified : absolute path

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47062


Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Rainer Jung <ra...@kippdata.de>  2009-04-21 08:04:08 PST ---
Absolute path names in JkWorkersFile do work. I tested once more.

Either you used the wrong path or the file or any of the directories above
where not readable by the Apache user.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org