Re: GOT IT! (was: newbie question: mod_jk not working Win 2000)

2003-06-09 Thread John Turner
Glad you got it working. John On Fri, 6 Jun 2003 18:20:16 -0400, Keith Adams [EMAIL PROTECTED] wrote: I just noticed that the Command window in which Tomcat is running says Tomcat 3.2. And sure enough, there turned out to be Tomcat 3.2 installed also, and somehow I'd gotten myself confused

newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
Hi I've laboriously followed instructions for linking Tomcat and Apache. When I try to run a servlet through Apache I get an internal server error. The mod_jk log contains one record saying that Tomcat was likely not listening for connections. But I used the default port in my

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
Hi Keith - What's the URL you're accessing? Is it one of the examples servlets, or one of your own? John On Fri, 6 Jun 2003 13:39:24 -0400, Keith Adams [EMAIL PROTECTED] wrote: Hi I've laboriously followed instructions for linking Tomcat and Apache. When I try to run a servlet through

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
List Subject: Re: newbie question: mod_jk not working Win 2000 Hi Keith - What's the URL you're accessing? Is it one of the examples servlets, or one of your own? John On Fri, 6 Jun 2003 13:39:24 -0400, Keith Adams [EMAIL PROTECTED] wrote: Hi I've laboriously followed instructions

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
: Friday, June 06, 2003 11:27 AM To: Tomcat Users List Subject: Re: newbie question: mod_jk not working Win 2000 Hi Keith - What's the URL you're accessing? Is it one of the examples servlets, or one of your own? John On Fri, 6 Jun 2003 13:39:24 -0400, Keith Adams [EMAIL PROTECTED] wrote: Hi

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John Thanks for getting back to me. The only log msg is in mod_jk.log and it reads: [Fri Jun 06 11:35:00 2003] [jk_ajp_common.c (1198)]: Error connecting to tomcat. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 61 The error msg is below. Internal Server

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
Can you post mod_jk.conf, server.xml, and workers.properties? Sounds to me like Tomcat isn't starting up, or there is something goofy with workers.properties. John On Fri, 6 Jun 2003 14:57:03 -0400, Keith Adams [EMAIL PROTECTED] wrote: John Thanks for getting back to me. The only log msg is

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John Tomcat seems to start fine - no error msgs. Here's mod_jk.conf * ## Auto generated on Wed Jul 31 12:53:26 EDT 2002## IfModule !mod_jk.c LoadModule jk_module modules/mod_jk.dll /IfModule JkWorkersFile

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
I notice that the LoadModule line in mod_jk.conf and the modJk parameter in server.xml are different, mod_jk.dll vs. mod_jk-2.0.43.dll. Can you verify that the mod_jk.conf file you posted is actually the mod_jk.conf file that Apache is loading? Also verify syntax with apache.exe -t from the

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John You're correct in the first point. I fixed that (using the correct name mod_jk-2.0.43.dll). Yes, it's loading the mod_jk.conf, because if I run apache.exe -t from the command line and deliberately introduce an error into the mod_jk.conf, Apache reports the syntax error. When I remove

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
Sorry, I'm stumped. Things look OK to me. Anyone else? John On Fri, 6 Jun 2003 15:35:27 -0400, Keith Adams [EMAIL PROTECTED] wrote: John You're correct in the first point. I fixed that (using the correct name mod_jk-2.0.43.dll). Yes, it's loading the mod_jk.conf, because if I run

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
, there is no listener Jeff -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:40 PM To: Tomcat Users List Subject: Re: newbie question: mod_jk not working Win 2000 Sorry, I'm stumped. Things look OK to me. Anyone else? John On Fri, 6 Jun 2003

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
. Thanks , Keith -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 12:46 PM To: 'Tomcat Users List' Subject: RE: newbie question: mod_jk not working Win 2000 I would suggest your answer to another user a few minutes ago. Make

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
? I'm a newbie, remember. Thanks , Keith -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 12:46 PM To: 'Tomcat Users List' Subject: RE: newbie question: mod_jk not working Win 2000 I would suggest your answer to another user a few

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John I'm pretty sure there's no firewall. Thanks, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread BAO RuiXian
Hello, Keith Adams wrote: * ## Auto generated on Wed Jul 31 12:53:26 EDT 2002## IfModule !mod_jk.c LoadModule jk_module modules/mod_jk.dll /IfModule JkWorkersFile D:\jakarta-tomcat-4.1.18\conf\jk\workers.properties Since

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
Bao Thanks. Did so, but made no diff. Keith -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:09 PM To: Tomcat Users List Subject: Re: newbie question: mod_jk not working Win 2000

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Jason Bainbridge
On Sat, 7 Jun 2003 03:09, Keith Adams wrote: Connector className=org.apache.coyote.tomcat4.CoyoteConnector                port=8009 minProcessors=5 maxProcessors=75                enableLookups=true redirectPort=8443                acceptCount=10 debug=0 connectionTimeout=0                

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
: newbie question: mod_jk not working Win 2000 On Sat, 7 Jun 2003 03:09, Keith Adams wrote: Connector className=org.apache.coyote.tomcat4.CoyoteConnector                port=8009 minProcessors=5 maxProcessors=75                enableLookups=true redirectPort=8443                acceptCount=10

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread BAO RuiXian
-Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8009 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=8443 acceptCount=10 debug=0

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
Bao No, no errors. But the weird thing is that there is no Tomcat log - only a mod_jk log. Thanks, Keith Also are there any cannot bind to port related errors in your log files when starting up, either CATALINA_HOME\logs\localhost_date.txt or APACHE_HOME\logs\stderr.log?