Pb with uploaded file name

2004-07-13 Thread zze-e-photo FRAS E ext FTRD/DMI/REN
Hi, When I upload a file with a name that contains an accent (bébé.jpg for example), I get in my upload directory a filename with accents replaced with ? char. What do I have to change to get the right filename with accents ? Thanks a lot, Eddy

Could not find component SourceResolver

2004-05-11 Thread zze-e-photo FRAS E ext FTRD/DMI/REN
Title: Could not find component SourceResolver Hi, Initializing Cocoon 2.1.4, I have a strange Could not find component SourceResolver error. I checked that the jar file containing the SourceResolver class is in the WEB-INF/lib directory but I still have this error message at startup.

RE : IOException while loading persisted sessions: java.io.WriteAbortedException

2004-05-10 Thread zze-e-photo FRAS E ext FTRD/DMI/REN
Title: Message Tomcat 5 is configured to make sessions persistent by default. If you have an object in your session that is not serializable, Tomcat will complain that it is not able to manage persistent sessions with your object. To avoid that, you can : - make your object serializable

RE : JSP Generator question, once again

2004-05-06 Thread zze-e-photo FRAS E ext FTRD/DMI/REN
On 03.05.2004 09:35, zze-e-photo FRAS E ext FTRD/DMI/REN wrote: After more investigation, the use case is the following : To improve performance in Tomcat, it is possible to disable the checking system for JSP file modification. I would like to do exactly the same

Error handling in cocoon 2.1.4

2004-05-05 Thread zze-e-photo FRAS E ext FTRD/DMI/REN
Hi, I'm ugrading a 2.0.4 Cocoon application to 2.1.4. I read in the Updating Cocoon paper (http://cocoon.apache.org/2.1/installing/updating.html) that I have to add a map:generator type=notifying/ at the begin of each map:handle-error to have a complete pipeline. If I do that, I have the

Question about JSP generator

2004-05-04 Thread zze-e-photo FRAS E ext FTRD/DMI/REN
Title: Question about JSP generator Hi, As far as I understand, the JSPGenerator calls the Jasper JSPServlet to compile a JSP file. The Jasper servlet has some init parameters that I would like to set when used inside Cocoon. Is it possible to set these parameters in the web.xml file of

JSP Generator question, once again

2004-05-03 Thread zze-e-photo FRAS E ext FTRD/DMI/REN
Title: JSP Generator question, once again Hi, Is it possible to avoid a JSP page to be reloaded and recompiled using the JSPGenerator in Cocoon when the file has been changed on filesystem ? Don't you mean until the file has been changed on filesystem? No, I'd like to completely avoid