Re: jk_uri_worker_map_t::map_uri_to_worker, done without a match

2004-12-05 Thread Thomas Charles Robinson
Ok, so since nobody else knows this:

If I take the auto/mod_jk.conf auto generated from ApacheConfig and make
some manual edits to include:

JkMount / ajp13
JkMount /* ajp13

It all seems to work.

Of course, the next question is how to get this auto generated! (why do
I feel like I'm talking to myself)!

t.

On Fri, 2004-12-03 at 23:46, Thomas Charles Robinson wrote:
 Hi,
 
 I'm trying to configure tomcat 4.1.30 but at the moment I can't get the
 examples to serve using mod_jk 1.2.5  apache 2.0.50. I keep getting the
 error below. I've tried various different things in the server.xml and
 mod_jk.conf (for apache) but can't get it to work. Does anyone have any
 clues as to what the problem is and/or to some documentation about how
 to fix it?
 
 Best regards,
 
 Tom
 
 
 
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/index.php'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/index.php'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/index.html'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/index.html'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 
 On Wed, 2004-12-01 at 16:10, Thomas Charles Robinson wrote:
  Hi,
  
  Can anyone please help me? I've been looking at this for a couple of
  weeks now and still have had no success
  
  t.
  
  On Wed, 2004-12-01 at 02:08, Thomas Charles Robinson wrote:
   Hi Again,
   
   Sorry about the long email. I've included all my logging with the
   configs. I've read the documentation and had some clarifications on
   JK/JK2 but still can't get this to work. What am I doing wrong here? Any
   help is appreciated and thanks in advance.
   
   I'm trying to get tomcat4 (4.1.30) to work with apache (2.0.50) using
   mod_jk (1.2.5) on Fedora Core 1 but so far can only get it to serve
   content via the CoyoteConnector and Http on port 8080 (i.e. accessing
   http://kennetwww:8080 is fine) - see logging below:
   
   == tomcat4/catalina_log.2004-12-01.txt ==
   2004-12-01 01:56:44 StandardEngine[Standalone]: Mapping server name
   'kennetwww'
   2004-12-01 01:56:44 StandardEngine[Standalone]:  Trying a direct match
   
   == tomcat4/kennetwww_log.2004-12-01.txt ==
   2004-12-01 01:56:44 StandardHost[kennetwww]: Mapping request URI '/'
   2004-12-01 01:56:44 StandardHost[kennetwww]:   Trying the longest
   context path prefix
   2004-12-01 01:56:44 StandardHost[kennetwww]:  Mapped to context ''
   2004-12-01 01:56:44 default: DefaultServlet.serveResource:  Serving
   resource '/' headers and data
   
   == tomcat4/catalina_log.2004-12-01.txt ==
   2004-12-01 01:56:45 StandardEngine[Standalone]: Mapping server name
   'kennetwww'
   2004-12-01 01:56:45 StandardEngine[Standalone]:  Trying a direct match
   
   == tomcat4/kennetwww_log.2004-12-01.txt ==
   2004-12-01 01:56:45 StandardHost[kennetwww]: Mapping request URI
   '/index.jsp'
   2004-12-01 01:56:45 StandardHost[kennetwww]:   Trying the longest
   context path prefix
   2004-12-01 01:56:45 StandardHost[kennetwww]:  Mapped to context ''
   2004-12-01 01:56:45 jsp: init
   
   
   But when I try to connect directly to the host using the CoyoteConnector
   with the JkCoyoteHandler on port 8009, I see the hosts default apache
   web page and none of the examples/etc are available. mod_jk logging as
   follows:
   
   Accessing http://kennetwww
   == httpd/access_log ==
   192.168.1.23 - - [01/Dec/2004:01:33:17 +] GET / HTTP/1.0 200 1988

Re: jk_uri_worker_map_t::map_uri_to_worker, done without a match

2004-12-05 Thread Bill Barker
  Context path= docBase=ROOT 
Listener className=org.apache.ajp.tomcat4.config.ApacheConfig
noRoot=false forwardAll=true /
  /Context

Thomas Charles Robinson [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 Ok, so since nobody else knows this:

 If I take the auto/mod_jk.conf auto generated from ApacheConfig and make
 some manual edits to include:

 JkMount / ajp13
 JkMount /* ajp13

 It all seems to work.

 Of course, the next question is how to get this auto generated! (why do
 I feel like I'm talking to myself)!

 t.

 On Fri, 2004-12-03 at 23:46, Thomas Charles Robinson wrote:
 Hi,

 I'm trying to configure tomcat 4.1.30 but at the moment I can't get the
 examples to serve using mod_jk 1.2.5  apache 2.0.50. I keep getting the
 error below. I've tried various different things in the server.xml and
 mod_jk.conf (for apache) but can't get it to work. Does anyone have any
 clues as to what the problem is and/or to some documentation about how
 to fix it?

 Best regards,

 Tom



 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/index.php'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/index.php'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/index.html'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
 map URI '/index.html'
 [Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match

 On Wed, 2004-12-01 at 16:10, Thomas Charles Robinson wrote:
  Hi,
 
  Can anyone please help me? I've been looking at this for a couple of
  weeks now and still have had no success
 
  t.
 
  On Wed, 2004-12-01 at 02:08, Thomas Charles Robinson wrote:
   Hi Again,
  
   Sorry about the long email. I've included all my logging with the
   configs. I've read the documentation and had some clarifications on
   JK/JK2 but still can't get this to work. What am I doing wrong here? 
   Any
   help is appreciated and thanks in advance.
  
   I'm trying to get tomcat4 (4.1.30) to work with apache (2.0.50) using
   mod_jk (1.2.5) on Fedora Core 1 but so far can only get it to serve
   content via the CoyoteConnector and Http on port 8080 (i.e. accessing
   http://kennetwww:8080 is fine) - see logging below:
  
   == tomcat4/catalina_log.2004-12-01.txt ==
   2004-12-01 01:56:44 StandardEngine[Standalone]: Mapping server name
   'kennetwww'
   2004-12-01 01:56:44 StandardEngine[Standalone]:  Trying a direct 
   match
  
   == tomcat4/kennetwww_log.2004-12-01.txt ==
   2004-12-01 01:56:44 StandardHost[kennetwww]: Mapping request URI '/'
   2004-12-01 01:56:44 StandardHost[kennetwww]:   Trying the longest
   context path prefix
   2004-12-01 01:56:44 StandardHost[kennetwww]:  Mapped to context ''
   2004-12-01 01:56:44 default: DefaultServlet.serveResource:  Serving
   resource '/' headers and data
  
   == tomcat4/catalina_log.2004-12-01.txt ==
   2004-12-01 01:56:45 StandardEngine[Standalone]: Mapping server name
   'kennetwww'
   2004-12-01 01:56:45 StandardEngine[Standalone]:  Trying a direct 
   match
  
   == tomcat4/kennetwww_log.2004-12-01.txt ==
   2004-12-01 01:56:45 StandardHost[kennetwww]: Mapping request URI
   '/index.jsp'
   2004-12-01 01:56:45 StandardHost[kennetwww]:   Trying the longest
   context path prefix
   2004-12-01 01:56:45 StandardHost[kennetwww]:  Mapped to context ''
   2004-12-01 01:56:45 jsp: init
  
  
   But when I try to connect directly to the host using the 
   CoyoteConnector
   with the JkCoyoteHandler on port 8009, I see

jk_uri_worker_map_t::map_uri_to_worker, done without a match

2004-12-03 Thread Thomas Charles Robinson
Hi,

I'm trying to configure tomcat 4.1.30 but at the moment I can't get the
examples to serve using mod_jk 1.2.5  apache 2.0.50. I keep getting the
error below. I've tried various different things in the server.xml and
mod_jk.conf (for apache) but can't get it to work. Does anyone have any
clues as to what the problem is and/or to some documentation about how
to fix it?

Best regards,

Tom



[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
map URI '/'
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
map URI '/'
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
map URI '/index.php'
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
map URI '/index.php'
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
map URI '/index.html'
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (486)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (500)]: Attempting to
map URI '/index.html'
[Fri Dec 03 19:08:40 2004]  [jk_uri_worker_map.c (618)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match

On Wed, 2004-12-01 at 16:10, Thomas Charles Robinson wrote:
 Hi,
 
 Can anyone please help me? I've been looking at this for a couple of
 weeks now and still have had no success
 
 t.
 
 On Wed, 2004-12-01 at 02:08, Thomas Charles Robinson wrote:
  Hi Again,
  
  Sorry about the long email. I've included all my logging with the
  configs. I've read the documentation and had some clarifications on
  JK/JK2 but still can't get this to work. What am I doing wrong here? Any
  help is appreciated and thanks in advance.
  
  I'm trying to get tomcat4 (4.1.30) to work with apache (2.0.50) using
  mod_jk (1.2.5) on Fedora Core 1 but so far can only get it to serve
  content via the CoyoteConnector and Http on port 8080 (i.e. accessing
  http://kennetwww:8080 is fine) - see logging below:
  
  == tomcat4/catalina_log.2004-12-01.txt ==
  2004-12-01 01:56:44 StandardEngine[Standalone]: Mapping server name
  'kennetwww'
  2004-12-01 01:56:44 StandardEngine[Standalone]:  Trying a direct match
  
  == tomcat4/kennetwww_log.2004-12-01.txt ==
  2004-12-01 01:56:44 StandardHost[kennetwww]: Mapping request URI '/'
  2004-12-01 01:56:44 StandardHost[kennetwww]:   Trying the longest
  context path prefix
  2004-12-01 01:56:44 StandardHost[kennetwww]:  Mapped to context ''
  2004-12-01 01:56:44 default: DefaultServlet.serveResource:  Serving
  resource '/' headers and data
  
  == tomcat4/catalina_log.2004-12-01.txt ==
  2004-12-01 01:56:45 StandardEngine[Standalone]: Mapping server name
  'kennetwww'
  2004-12-01 01:56:45 StandardEngine[Standalone]:  Trying a direct match
  
  == tomcat4/kennetwww_log.2004-12-01.txt ==
  2004-12-01 01:56:45 StandardHost[kennetwww]: Mapping request URI
  '/index.jsp'
  2004-12-01 01:56:45 StandardHost[kennetwww]:   Trying the longest
  context path prefix
  2004-12-01 01:56:45 StandardHost[kennetwww]:  Mapped to context ''
  2004-12-01 01:56:45 jsp: init
  
  
  But when I try to connect directly to the host using the CoyoteConnector
  with the JkCoyoteHandler on port 8009, I see the hosts default apache
  web page and none of the examples/etc are available. mod_jk logging as
  follows:
  
  Accessing http://kennetwww
  == httpd/access_log ==
  192.168.1.23 - - [01/Dec/2004:01:33:17 +] GET / HTTP/1.0 200 1988
  - Lynx/2.8.5dev.7 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7a
  
  == tomcat4/mod_jk.log ==
  [Wed Dec 01 01:33:17 2004]  [jk_uri_worker_map.c (486)]: Into
  jk_uri_worker_map_t::map_uri_to_worker
  [Wed Dec 01 01:33:17 2004]  [jk_uri_worker_map.c (500)]: Attempting to
  map URI '/'
  [Wed Dec 01 01:33:17 2004]  [jk_uri_worker_map.c (618)]:
  jk_uri_worker_map_t::map_uri_to_worker, done without a match
  [Wed Dec 01 01:33:17 2004]  [jk_uri_worker_map.c (486