[OT] Looking for engineers in boston

2006-10-18 Thread Dan Adams
/iterative development including peer programming and code reviews It's a great, small company that really great to work at (we have a game room and a dedicated beer fridge). So send your resumes over to either me or [EMAIL PROTECTED] -- Dan Adams Senior Software Engineer Interactive Factory

Response committed before getting to the filters

2006-10-06 Thread Dan Adams
application? Even suggestions on what to investigate further would be help at this point. Thanks in advance. -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To start a new topic, e-mail: users

Re: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
(sessionFactory); } } } } On Fri, 2006-10-06 at 11:00 -0400, David Smith wrote: So what does the first filter do? Does it do anything with the response before chaining to the second one? --David Dan Adams wrote: So every once in a while when you make a request to the server

Re: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
to go ever further down and see if there is a point at which it isn't committed. On Fri, 2006-10-06 at 10:51 -0400, Dan Adams wrote: So every once in a while when you make a request to the server you won't get anything back and the log will show that one of the filters complained that response

Resolved: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
the stream as being committed already. Thanks for the help. Lesson learned: double check that streams are closed correctly. On Fri, 2006-10-06 at 12:33 -0400, Dan Adams wrote: So I set a conditional breakpoint for response.isCommitted() all the way down in CoyoteAdapter.service() (called

tomcat not passing resources to my filters

2006-10-05 Thread Dan Adams
5.5.17 because it didn't do this then. Anyone have any ideas? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Response already committed

2006-10-03 Thread Dan Adams
. -- Host name=domain.company.com appBase=hosts/domain debug=0 unpackWARs=true autoDeploy=false Context path= docBase=. / /Host /Engine /Service /Server -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857

RE: Response already committed

2006-10-03 Thread Dan Adams
anything to the response (ie, written to it) before here On Tue, 2006-10-03 at 15:39 -0500, Caldarale, Charles R wrote: From: Dan Adams [mailto:[EMAIL PROTECTED] Subject: Response already committed I'm getting a problem that appears to occur randomly. If I request the same page in my

duplicate deploy with virtual hosts

2006-03-07 Thread Dan Adams
but then my apps don't get extracted. Any help would really be appreciated. -- Dan Adams Software Engineer Interactive Factory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mod_jk and url encoding

2005-11-15 Thread Dan Adams
even tried adding JkOptions +ForwardUIREscaped to my httpd.conf with no luck. Any ideas on why this is not making it to tomcat when %2F is used?? I am really befuddled with this one. -- Dan Adams Software Engineer Interactive Factory

Re: mod_jk and url encoding

2005-11-15 Thread Dan Adams
got it. needed AllowEncodedSlashes On. On Tue, 2005-11-15 at 14:35 -0500, Dan Adams wrote: Okay, i'm using tomcat 5.5 and mod_jk with apache 2. It looks like I've got jk set up okay for the most part. I'm able to use the site as I did before switching to mod_jk except for one thing. When I try