Hi all,

        Well, with the help of the comments I figured out the problem.  I
did not wish to use the auto-generated file because I wanted to change a few
things manually.  I thought that I had copied enough from the auto-conf to
have my manual conf work.  The problem was this:

I set these two directives:
<IfModule mod_jk.c>
JkWorkersFile conf/workers.properties
JkLogFile logs/mod_jk.log

The auto-conf set them this way:
<IfModule mod_jk.c>
JkWorkersFile "C:/web/apache/conf/workers.properties"
JkLogFile "C:/web/apache/logs/mod_jk.log"

It seems that when I set them using relative paths that Apache did not know
where to find them, even though relative paths work elsewhere in my
httpd.conf file.  Does anyone know why my way didn't work?

Anyway, thanks for the help, I knew it had to be a simple user error.

Rey
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 11, 2000 11:59 AM
To: [EMAIL PROTECTED]
Subject: RE: Tomcat 3.2 + Apache 1.3.14 + Windows NT 4 + mod_jk


Note that with mod_jk, you have to start Tomcat first, then Apache.  If you
followed the directions in the howto, you'll see that you include in
httpd.conf a file that is not present until Tomcat is running.

-----Original Message-----
From: Hernandez, Rey [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 11, 2000 1:37 PM
To: '[EMAIL PROTECTED]'
Subject: Tomcat 3.2 + Apache 1.3.14 + Windows NT 4 + mod_jk


Hi all,
 
    I know this has probably been addressed before, but I can't find
documentation on this anywhere, I checked the list archive, I've looked in
the documentation, I've checked the readmes and I've looked at the mod_jk
documentation very closely.  I can get Tomcat up and running just fine as a
standalone.  I can get it running with apache when I use the mod_jserv
module.  When I try to get Tomcat running with Apache using mod_jk, apache
won't start and I can't find errors in any of the log files.  I'm sure
someone has run into this problem at some point and I would appreciate a
little light to be shed on this situation.
 
Thanks in advance,
Rey

-----Original Message-----
From: Duane Morse [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 08, 2000 11:56 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Error Messages


I think you can get errors of this type if the user clicks the STOP button
on the browser before the
response is completely transmitted (or, equivalently, when the user closes
the browser prematurely).
 

Duane Morse, Eldorado Computing Inc., Phoenix AZ 

-----Original Message-----
From: Parayali, Jayesh 1065 [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 08, 2000 12:40 PM
To: '[EMAIL PROTECTED]'
Subject: Error Messages



I am running tomcat 3.2 on windows NT workstation 

I am getting the below messages 

2000-12-08 11:08:38 - Ctx( ): IOException in: R(  + /00.jpg + null)
Connection aborted by peer: socket write error 

Anybody encountered this problem? 

Thanks, 
Jayesh 

Reply via email to