You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kr...@HUD.GOV on 2003/01/06 20:32:05 UTC

ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS




I have explained the error in this attached document.

(See attached file: problem.doc)

Thanks a lot

Krishna

Re: Error in Tomcat 4.18 + Apache 2.0.43 + JK2 Conenctor

Posted by Jason Pyeron <ja...@pyeron.com>.
Ms. Krishna please read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

here is the contents of her attached document:


If I try to browse a jpg file of size greater than 34KB then I get an 
image which has a dark pattern from the middle of the image. This only 
happens if the image is greater than 34KB. This is happening to another 
colleague of mine. 

I also noticed that if I try to browse the same image (> 34KB) under the 
subfolder of examples (i.e. jsp folder) I get the following errors (logged 
in apache error.log file). This however happens to any file (No size 
constraint)

[Fri Jan 03 17:40:28 2003] [error] Error ajp_process_callback - write failed
[Fri Jan 03 17:40:28 2003] [error] ajp13.service() ajpGetReply recoverable error 3
[Fri Jan 03 17:40:28 2003] [error] Error ajp_process_callback - write failed
[Fri Jan 03 17:40:28 2003] [error] ajp13.service() ajpGetReply recoverable error 3
[Fri Jan 03 17:40:28 2003] [error] ajp13.service() Error  forwarding ajp13:localhost:8019 1 0
[Fri Jan 03 17:40:28 2003] [error] mod_jk.handler() Error connecting to tomcat 3

Can someone please help me in solving this problem

I have the following settings in my config files.

Server.xml

 Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="8019" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="20000"
               useURIValidationHack="false"
               
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"

worker2.properties

[shm]
file=c:/apache/Apache2/logs/shm.file
size=1048576

# Example socket channel, override port and host.
[channel.socket:localhost:8019]
port=8019
host=127.0.0.1

# define the worker
[ajp13:localhost:8019]
channel=channel.socket:localhost:8019

# Uri mapping
[uri:/test/*]
worker=ajp13:localhost:8019

jk2.properties

# list of needed handlers.
handler.list=apr,channelSocket,request

# Override the default port for the channelSocket
channelSocket.port=8019



-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Owner & Lead                  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)           500 West University Parkway #1S -
- +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.


On Mon, 6 Jan 2003 Krishna_R._Nagaraj@HUD.GOV wrote:

I have explained the error in this attached document.

(See attached file: problem.doc)

Thanks a lot

Krishna



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>