Page 1 of 1

"JkWorkersFile file name invalid"

PostPosted: 15. February 2009 18:19
by miki62
Hello everybody!
I've restarted apache on my XAMPP and I got this message: Syntax error on line 6 of C:/xampp/apache/conf/extra/mod_jk.conf: JkWorkersFile file name invalid

The line is: JkWorkersFile "c:C:/xampp/tomcat/conf/workers.properties"

I'm not very experienced with xampp.

Any suggestions about what I might do?

Thanks in advance...

Michael.

Re: "JkWorkersFile file name invalid"

PostPosted: 16. February 2009 01:18
by Izzy
miki62 wrote:The line is: JkWorkersFile "c:C:/xampp/tomcat/conf/workers.properties"
You could edit the mod_jk.conf file by dragging it into your text editor and removing the small c: so that it looks like this:
"C:/xampp/tomcat/conf/workers.properties"

Check the whole of the file and remove any more small c: in front of the large C: if they exist.

Save the file, then try and start Apache again.

The above may have occurred by running the setup_xampp.bat more than once after installing the Tomcat addon.

If you have more issues with the Tomcat addon it may mean the install was corrupt or not installed as per the readme-addon-tomcat.txt file - simply delete the mod_jk.conf file and the tomcat folder.

Then install the addon again which may fix the issues.

Re: "JkWorkersFile file name invalid"

PostPosted: 16. February 2009 10:09
by miki62
Thanks for the help.

I tried it all but I couldn't fix the problem, so I had to install xampp again.

Thank you anyway.

MIchael.