SOLVED: tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem

2001-04-18 Thread J. Doug Brown

Thanks for the advice given.  I downloaded the binary distribution for
tomcat 3.2.1 and also grabbed the mod_jk.so from linux/i386 directory. 
After I grabbed the sources and rebuild mod_jk.so from scratch apache
could talk to tomcat.  What a PITA this has been trying to figure this
one out for 2 days.

  Thanks for the help
  Doug
-- 
 J. Doug Brown - Fairmont, WV
  Software Engineer @ ProLogic, Inc.
mailto:[EMAIL PROTECTED]  mailto:[EMAIL PROTECTED]
http://members.citynet.net/kbrown/Doug   http://www.prologic-inc.com



tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem - log correction

2001-04-18 Thread J. Doug Brown

In the previous message I grabbed the wrong lines from my log files. 
Here are the relevant lines



==> /var/log/httpd/access_log <==
208.158.53.156 - - [18/Apr/2001:11:41:28 +] "GET
/examples/jsp/dates/date.jsp HTTP/1.0" 200 1043
 
==> /var/log/httpd/agent_log <==
Mozilla/4.76 [en] (X11; U; Linux 2.2.15-4mdk i686)
 
==> /var/log/httpd/referer_log <==
http://yavin.prologic-inc.com/examples/jsp/ ->
/examples/jsp/dates/date.jsp
 
==> /var/log/tomcat/mod_jk.log <==
[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
ajp12


any ideas
-- 
 J. Doug Brown - Fairmont, WV
  Software Engineer @ ProLogic, Inc.
mailto:[EMAIL PROTECTED]  mailto:[EMAIL PROTECTED]
http://members.citynet.net/kbrown/Doug   http://www.prologic-inc.com



tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem

2001-04-18 Thread J. Doug Brown

Hello,
  I have installed and have tomcat working correctly in stand alone
mode.  I am having difficulty geting apache to send requests through to
tomcat.  When I try to load , oh say the date example under the jsp
directory this is what I get:

web responst - looks like html but displayed as text only, browser
doesn't recognise as html:



<%@ page session="false"%>






Day of month: is  
Year: is  
Month: is  
Time: is  
Date: is  
Day: is  
Day Of Year: is  
Week Of Year: is  
era: is  
DST Offset: is  
Zone Offset: is  







with logging turned on in debug mode, this is all I see:

==> /var/log/tomcat/mod_jk.log <==
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (434)]: jk_uri_worker_map_t::map_uri_to_worker,
done without a match
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (434)]: jk_uri_worker_map_t::map_uri_to_worker,
done without a match
 
==> /var/log/httpd/access_log <==
208.158.53.156 - - [18/Apr/2001:11:29:34 +] "GET /examples/
HTTP/1.0" 200
1051  



It seems like apache is just serving the files without trying mod_jk,
except for the mod_jk.log which indicates that it is being called.  Any
ideas of what I should be looking for here?

 Thanks 
  Doug Brown

-- 
 J. Doug Brown - Fairmont, WV
  Software Engineer @ ProLogic, Inc.
mailto:[EMAIL PROTECTED]  mailto:[EMAIL PROTECTED]
http://members.citynet.net/kbrown/Doug   http://www.prologic-inc.com