Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2008-04-28 Thread Alex Jacoby
Similar problem here - only seeing it with Safari, only going through apache, only on the first try (canceling upload and trying again always works). Any solutions yet? tomcat 5.5.26, apache 2.2.6 Thanks, Alex ps- I did a tomcat thread dump when it hung. Here's where it appears to be stuck:

Re: RemoteHostValve config problem

2008-01-09 Thread Alex Jacoby
Solved: A coworker spotted the problem: I wrote "classname" instead of "className" (camelCase). Alex Alex Jacoby wrote: > > My RemoteHostValve config is causing a NPE when my app deploys, and I > can't figure out why. It seems to be that the clas

RemoteHostValve config problem

2008-01-09 Thread Alex Jacoby
My RemoteHostValve config is causing a NPE when my app deploys, and I can't figure out why. It seems to be that the class can't be found, but the tomcat-optional.jar w/ the class is in the standard /server/lib dir. I'm using Tomcat 5.5.25 (OS X) and 5.5.20 (linux) and am getting the same error o