Hello to all,
I have a small issue with Apache (2.2.8) and mod_jk (1.2.27). I moved some jkmount statements from my mod_jk.conf to the virtualhost section in Apache and it doesn't work as expected. The full log can be seen here: http://pb.opperschaap.net/117 The problem is this error: Could not find worker with name 'w_coinmi' in uri map post processing. mod_jk.conf: JkWorkersFile /home/wesleys/etc/workers.properties JkLogFile /var/log/apache2/mod_jk.log JkLogLevel debug workers.properties: workers.list=w_coinmi, w_testme ## worker.w_coinmi.port=9009 worker.w_coinmi.host=localhost worker.w_coinmi.type=ajp13 ## worker.w_testme.port=9010 worker.w_testme.host=localhost worker.w_testme.type=ajp13 vhost config: <VirtualHost chanadm-devel> ServerName name.example.com ServerAlias alias.example.com DocumentRoot /home/wesleys ServerAdmin t...@example.com ErrorLog /var/log/apache2/coinmi_error_log CustomLog /var/log/apache2/coinmi_access_log common # this used to be in mod_jk.conf Alias /coinmi /home/wesleys/tomcat/coinmi/tomcat/coinmi/webapps JkMount /coinmi/* w_coinmi </VirtualHost> Does anyone know what I'm doing wrong? Cheers, Wesley PS. I'm subscribed to the list, but haven't received a confirmation, please reply direct to me (and CC the list for the archives :)). -- Online Broadband BV, http://www.online.nl, http://www.euronet.nl Wesley Schwengle, System Administrator, IT Operations (Development/Integration) Muiderstraat 1, PO BOX 10241, 1001 EE Amsterdam, T: +31 20 5355555, F: +31 20 5355749 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org