[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 Fa

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() (cal

Re: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
ry 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 > com

Re: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
SessionFactoryUtils.processDeferredClose(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 Ad

Response committed before getting to the filters

2006-10-06 Thread Dan Adams
the code in my 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

tomcat not passing resources to my filters

2006-10-05 Thread Dan Adams
ng that has changed since 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

change in versions?

2006-10-04 Thread Dan Adams
the cause I copied the old tomcat install from the other machine and everything worked perfect. Anyone have any clues as to what this could be? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To start a

RE: Response already committed

2006-10-03 Thread Dan Adams
ou haven't done 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

Response already committed

2006-10-03 Thread Dan Adams
ven't found an answer yet. I'm using tomcat 5.5 with the mod_jk connector and apache 2. Here is my server.xml: -- Dan Adams Senior Software Engine

duplicate deploy with virtual hosts

2006-03-07 Thread Dan Adams
tup="false" 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]

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 exce

mod_jk and url encoding

2005-11-15 Thread Dan Adams
inBorder.$Nav.link.html I 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 Engin