Re: Change Max Post Size

2006-02-16 Thread Bill Barker

Diwan, Dronesh (Genworth, Contractor) [EMAIL PROTECTED] wrote 
in message 
news:[EMAIL PROTECTED]
 Any idea on how to change the maxPostSize in the Connector instead of
 using the dafault values.

 I have problem in uploading files  2 MB. I tried setting different
 values as prescribed but it didn't work.
 http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html


Changing maxPostSize won't do anything at all for file uploads.  It is only 
used for processing html-form data.  Your problem is coming from someplace 
else (e.g. bad setting being passed to commons-fileupload).


 Thanks
 Dronesh 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Change Max Post Size

2006-02-15 Thread Diwan, Dronesh \(Genworth, Contractor\)
Any idea on how to change the maxPostSize in the Connector instead of
using the dafault values.

I have problem in uploading files  2 MB. I tried setting different
values as prescribed but it didn't work.
 http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html 


Thanks
Dronesh


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Change Max Post Size

2006-02-15 Thread Carl Olivier
Hi.

Its done in the Connector tag within the /conf/server.xml - see the docs for
the exact attribute but I believe it's the maxPostSize attribute.

Regards,

Carl

-Original Message-
From: Diwan, Dronesh (Genworth, Contractor)
[mailto:[EMAIL PROTECTED] 
Sent: 15 February 2006 16:01
To: users@tomcat.apache.org
Subject: Change Max Post Size

Any idea on how to change the maxPostSize in the Connector instead of using
the dafault values.

I have problem in uploading files  2 MB. I tried setting different values
as prescribed but it didn't work.
 http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html 


Thanks
Dronesh


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



__ NOD32 1.1409 (20060215) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Change Max Post Size

2006-02-15 Thread Diwan, Dronesh \(Genworth, Contractor\)
Thanks Carl for the update.We have already tried changing maxPostSize in
the Connector tag option but it does not work.
Then we thought of changing the maxPostSize from the admin console but
we do not get any option to change the connector
setting. MaxPostSize does not come as an option unlike oother attribute.

Now our last resort is to change the default value of maxPostSize
variable defined in the Connector class and
recompile it.

Thanks
Dronesh

-Original Message-
From: Carl Olivier [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 15, 2006 11:09 AM
To: 'Tomcat Users List'
Subject: RE: Change Max Post Size


Hi.

Its done in the Connector tag within the /conf/server.xml - see the docs
for
the exact attribute but I believe it's the maxPostSize attribute.

Regards,

Carl

-Original Message-
From: Diwan, Dronesh (Genworth, Contractor)
[mailto:[EMAIL PROTECTED] 
Sent: 15 February 2006 16:01
To: users@tomcat.apache.org
Subject: Change Max Post Size

Any idea on how to change the maxPostSize in the Connector instead of
using
the dafault values.

I have problem in uploading files  2 MB. I tried setting different
values
as prescribed but it didn't work.
 http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html 


Thanks
Dronesh


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



__ NOD32 1.1409 (20060215) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Change Max Post Size

2006-02-15 Thread Mark Thomas
Diwan, Dronesh (Genworth, Contractor) wrote:
 Thanks Carl for the update.We have already tried changing maxPostSize in
 the Connector tag option but it does not work.

Works for me. Did you restart Tomcat after the change?

Mark



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]