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.mahr...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to