Re: The purpose of maxPostSize

2010-05-02 Thread Bytecode
Thanks for all the answers. But it still isn't clear to me what Tomcat guys are referring to by a "FORM URL." Looks like this term isn't defined anywhere else in the docs. On 02/05/2010, at 9:42 PM, André Warnier wrote: > Mark Thomas wrote: >> On 02/05/2010 09:57,

Re: The purpose of maxPostSize

2010-05-02 Thread Bytecode
Thanks for the response. It now makes sense, but I still don't understand why this is being referred to as a "FORM URL" or "the container's FORM URL". Thanks in advance, Bytecode On 02/05/2010, at 8:48 PM, André Warnier wrote: > Bytecode wrote: >> A

The purpose of maxPostSize

2010-05-02 Thread Bytecode
2097152 (2 megabytes). Now the question is what's meant by "the container FORM URL parameter parsing"? What's a FORM URL? What's the container's FORM URL parameter parsing? Also, what is a possible use case of this parameter? Thanks in advance, Bytecode

RE: How to map username.domain.com to www.domain.com/username

2010-01-25 Thread Bytecode
Hi, >Assuming you have DNS set up properly, use this: I have not done DNS tweaking before. How should I setup the DNS? Do I have to set the value of host name for the A record to "*"? >http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html Looks like this is not a dynamic approach

How to map username.domain.com to www.domain.com/username

2010-01-25 Thread Bytecode
Hi, I have a small Web app where users can create and use their accounts and at the moment each user can access the homepage for his/her account at www.domain.com/username where username is his/her username. I want each user to be able to access his/her homepage at username.domain.com instead.