Hello dear Cocoon users!

I use the Apache Cocoon 2.1-M1, Tomcat 1.4.24, Windows 2000, JDK 1.4.

I have the pipeline which performs the upload for file on the server.

When user tries upload the big file the corresponding error screan appears.

"Problem in creating the Request

Content length exceeds maximum upload size"

I can not understand how to I can controll this exception?

I have tried to use the the

<map:handle-errors>

and

<map:selector logger="sitemap.selector.exception" name="exception" 
src="org.apache.cocoon.selection.ExceptionSelector">
     <exception name="not-found" class="org.apache.cocoon.ResourceNotFoundException"/>
     <exception class="java.lang.Throwable" unroll="true"/>
</map:selector>

but all are in vain.

Could somebody help me?

Thanks a lot!

A.                          mailto:[EMAIL PROTECTED]


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

Reply via email to