Hey ,

 I am using apache 1.3.X with tomcat 4.1.18 on solaris 7 and sun JDK 1.4.

I am getting an internal server error with the folloing jk error in my
mod_jk.log file

[Fri Feb 28 17:15:43 2003]  [jk_uri_worker_map.c (558)]
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 ->
*.jsp
[Fri Feb 28 17:15:43 2003]  [jk_worker.c (132)]: Into wc_get_worker_for_name
ajp13
[Fri Feb 28 17:15:43 2003]  [jk_worker.c (136)]: wc_get_worker_for_name,
done did not found a worker

My workers.properties file is

workers.tomcat_home=/usr/local/tomcat
workers.java_home=/usr/local/java
ps=/
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1

 and my httpd.conf section is

 JkWorkersFile /usr/local/apache/conf/workers.properties
     Alias /examples /usr/local/tomcat/webapps/examples
     JkLogFile  logs/jk.log
     JkLogLevel debug
     JkMount /examples/*.jsp ajp13
     JkMount /*.jsp ajp13

And server.xml relevant  is ..

<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
               port="8009" minProcessors="5" maxProcessors="75"
               acceptCount="10" debug="0"/>

The jk2/coyote on 8009  connector was commented out.

 Static content looks fine, however when trying to access a .jsp file, it
fails with an internal server error and the message above.

 Anyone seen this problem or can diagnose why I would get it?  I cant figure
it for the life of me.

 thanks
Adam

 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to