templates based on the request protocol

2008-07-14 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

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

does tomcat use any kind of parser

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

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 header parsing? Yes

tomcat giving a response without parsing the header at all

2008-07-16 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: tomcat giving a response without parsing the header at all

2008-07-18 Thread tomcat tom
... 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 without parsing the header at all No. Mark

does tomcat cache any data in its intermediate state

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