Debian stable with all the relevant updates.

We have a running jboss 3.0.8 using jetty. Jetty is configured and
running an AJP13 connector on port 8009. We have a application running
with root "/sesame".


Now - we'd like to get apache working with this.

apache is 1.3.26-0woody3
libapache-mod-jk is 3.3a-4woody1

In httpd.conf we added:

LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so

<IfModule mod_jk.c>
  JkWorkersFile /etc/apache/conf/workers.properties
  JkLogFile     /var/log/apache/mod_jk.log
  JkLogLevel    debug
  JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
</IfModule>


Then under the virtual host in question we have:

  <IfModule mod_jk.c>
    JkMount /sesame/* ajp13
  </IfModule>


And finally the worker.properties file:

------------------------------
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[uri:/sesame/*]
worker=ajp13:localhost:8009
------------------------------



However - we're getting a 500 internal server error - mod_jk log file
shows:

[Mon Dec 22 11:13:43 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Mon Dec 22 11:13:43 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/sesame/'
[Mon Dec 22 11:13:43 2003]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /sesame/
[Mon Dec 22 11:13:43 2003]  [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
[Mon Dec 22 11:13:43 2003]  [jk_worker.c (127)]: wc_get_worker_for_name, done did not 
found a worker


Now - the debian package also sets up a
/etc/tomcat/jk/worker.properties which appears to set some defaults -
but these are of course tomcat specific.

Anyone got the jboss/jetty/jk combination up and running with these
packages?

Regards

-- 
Chris Searle
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to