mod_jk2 Error

2005-03-03 Thread Toshio SUGAHARA
Hi, I got these following messages from mod_jk2. Of course I searched on the web to analyze the messages, but still have no idea whether we can ignore these messages. I would appreciate it if you could tell me the meaning of the cause of these messages. the Apache

mod_jk2 error logs show packets dropped

2004-06-04 Thread Mark Thias
Problem Symptom: During the transfer of a pdf document from application server to web server to client browser, transmission errors occur resulting in a partial delivery of the document to the web client. The browser is then unable to display the pdf document. The following Adobe Acrobat

RE: mod_jk2 error logs show packets dropped

2004-06-04 Thread Mark Thias
-Original Message- From: Mark Thias [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 10:41 AM To: Tomcat User Group (E-mail); Jetty Discussion Group (E-mail) Subject: mod_jk2 error logs show packets dropped Problem Symptom: During the transfer of a pdf document from application server

mod_jk2 Error message leaving me puzzled! (Bug?)

2003-11-21 Thread Scott, Sean
My apache error log is filled with the error messages below. Has anyone else encountered these error messages. If so, have you figured out why these messages occur, and how to fix them? The page seems to come back and display correctly, but I would like to eliminate the errors. Apache/2.0.46

Re: Mod_jk2 error when starting tomcat

2003-08-05 Thread Daniel Zhang
You are missing the commons-logging.jar file which has that org/apache/commons/logging/LogFactory.class. Download this jar file and put it in your classpath. Brian Menke wrote: Hi everyone, I have been attempting to connect apache and tomcat. Apache 2, tomcat 4.1.18. I think that I have most

Mod_jk2 error when starting tomcat

2003-08-04 Thread Brian Menke
Hi everyone, I have been attempting to connect apache and tomcat. Apache 2, tomcat 4.1.18. I think that I have most thing set up (it's very confusing) but I'm getting this error when tomcat starts. It looks to me that I'm, missing a class called LogFactory, but I never saw instructions anywhere

Re: MOD_JK2 Error (shm.fil 13 Permission Denied)

2003-07-19 Thread Simon Pabst
Just put touch and chown shm.file in Apache control script (either apachectl or /etc/init.d/apache), and if you want in catalina.sh too At 16:11 18.07.2003 -0700, you wrote: My Apache HTTPD and Tomcat installation cosists for following version: 1. RedHat 8.0 2. Apache HTTPD 2.0.47 (from source)

MOD_JK2 Error (shm.fil 13 Permission Denied)

2003-07-18 Thread ykp_java
My Apache HTTPD and Tomcat installation cosists for following version: 1. RedHat 8.0 2. Apache HTTPD 2.0.47 (from source) 3. Tomcat 4.1.24 (binary) 4. JK2 Connector (jakarta-tomcat-connector-4.1.24-src) I followed all the setup instructions to install JK2 connector. I am running HTTPD and Tomcat

Re: mod_jk2 - error on tomcat4.0.4 side?

2002-09-02 Thread Thomas Sandor
in $CATALINA_HOME/lib/ If all of these vital info are the same for those who have no errors, please note us. Regards, Thomas - Original Message - From: Peter T. Abplanalp [EMAIL PROTECTED] Sent: Saturday, August 31, 2002 00:13 Subject: Re: mod_jk2 - error on tomcat4.0.4 side? -BEGIN PGP

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
Kannenberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 8:04 AM To: Tomcat Users List Subject: Re: mod_jk2 - error on tomcat4.0.4 side? Hi Thomas ! I'm also working on the problem to integrate Tomcat 4.0.4 into Apache 2.0.40 (under linux). I came across the same problem you seem to have

Re: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 01:43:43PM -0700, Ray Madigan wrote: I have made the same set of modifications and followed the advice on the site you reference. I get the same catalina.out error messages. If anyone has this working, has looked at the

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
My mail is on a Windows machine and i am doing Apache/Tomcat on a Linux machine. Thanks again -Original Message- From: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 2:25 PM To: Tomcat Users List Subject: Re: mod_jk2 - error on tomcat4.0.4 side? -BEGIN

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
PROTECTED]] Sent: Friday, August 30, 2002 2:51 PM To: Tomcat Users List Subject: RE: mod_jk2 - error on tomcat4.0.4 side? Peter - thanks for your help on this issue. I believe I have verified everything is correct. (ha ha - usually isn't the case, but can't find it now). Here is where things

Re: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 02:50:39PM -0700, Ray Madigan wrote: Peter - thanks for your help on this issue. welcome. well, this is gonna be like trying to find a needle in a haystack. let's try this, remove all tomcat and apache logs, start tomcat,

mod_jk2 - error on tomcat4.0.4 side?

2002-08-29 Thread Thomas Sandor
hi all, I've managed to compile from the CVS source the jakarta-tomcat-connectors project, and configured tomcat4.0.4 and apache2.0.40 with jk2.properties and workers2.properties, accordingly. If I start apache and check the localhost/jkstatus it responds, I guess there's no problem, but on the

Re: mod_jk2 - error on tomcat4.0.4 side?

2002-08-29 Thread Branko Kannenberg
Hi Thomas ! I'm also working on the problem to integrate Tomcat 4.0.4 into Apache 2.0.40 (under linux). I came across the same problem you seem to have, but I can't say that I have been succesful, I'm stuck at another problem. In my jk2.properties file I had the following line:

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-29 Thread Turner, John
-Original Message- From: Branko Kannenberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 11:04 AM Subject: Re: mod_jk2 - error on tomcat4.0.4 side? While compiling jakarta-tomcat-connectors, I hab another problem: A class CoyoteServerSocketFactory wouldn't compile