does tomcat cache any data in its "intermediate state"

2008-07-18 Thread tomcat tom
like, can it cache ejb in "transition"

Re: tomcat giving a response without parsing the header at all

2008-07-18 Thread tomcat tom
ader parsing happens... On 7/16/08, Mark Thomas <[EMAIL PROTECTED]> wrote: > > tomcat tom wrote: > >> scenarion >> >> client sends a http request to tomcat >> nos, is there anytime tomcat sends a response

tomcat giving a response without parsing the header at all

2008-07-15 Thread tomcat tom
scenarion client sends a http request to tomcat nos, is there anytime tomcat sends a response without parsing the header at all

Re: does tomcat use any kind of parser

2008-07-15 Thread tomcat tom
hi mark I'm looking for a scenario like; mod_rewrite and forbidden flag, wherein the server gives the 403 response pls give me the link On 7/15/08, Mark Thomas <[EMAIL PROTECTED]> wrote: > > tomcat tom wrote: > >> does tomcat do

does tomcat use any kind of parser

2008-07-15 Thread tomcat tom
does tomcat do header parsing?

does tomcat have a rewrite engine of its own

2008-07-15 Thread tomcat tom
does tomcat have a rewrite engine of its own other then mod_rewrite of apache? Tom

templates based on the request protocol

2008-07-13 Thread tomcat tom
does tomcat use any templates based on the incoming request's protocol? what are the different protocols supported by tomcat any pdf docs which talks about the architecture of tomcat with images