Hi,
Platform NT4.0 Apache 1.3.14 Tomcat 3.2.1:
I have a the following context in my server xml file:
<Context path="/devexamples"
docBase="e:/Apachegroup/Apache/htdocs/webdir/examples"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
and set the the following settings in httpd.conf
---
Alias /devexamples "e:/Apachegroup/Apache/htdocs/webdir/examples"
<Directory "e:/ApacheGroup/Apache/www/htdocs/webdir/examples">
Options Indexes FollowSymLinks
DirectoryIndex index.htm
</Directory>
JkMount /devexamples/*.jsp apj12://trw02:8007/devexamples
JkMount /devexamples/servlet/* apj12://trw02:8007/devexamples
---
I get the following message in the jk_mod.log file:
jk_worker.c (123)]: Into wc_get_worker_for_name
apj12://trw02:8007/devexamples
[jk_worker.c (127)]: wc_get_worker_for_name, done did not found a worker
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a
match apj12://trw02:8007/devexamples
[jk_worker.c (123)]: Into wc_get_worker_for_name
apj12://trw02:8007/devexamples
[jk_worker.c (127)]: wc_get_worker_for_name, done did not found a worker
The Context(s) work fine when they are registered under webapps. Any
sugestions? I checked my
worker.properties file and everything is ok.
Any suggestions?
Thanks in advance
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]