Apache httpd 2.2.x + mod_jk 1.2.30 + tomcat 6 Error: Could not find worker with name 'XXXXX' in uri map post processing

别说谁变了你拦得住时间么 提交于 2019-12-04 15:29:16

Got the problem.... Issues is with the text editor in which i was editing my worker.properties file , it adds few special chars to files. I found them when i opend the files in notepad only. After removing all unwanted chars everythings works perfect.

Create your worker.properties file with a good text editor like notepad++. Not doing so may add some unseen special characters and workers.properties file wont parse by mod_jk.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!