Character encoding and euro currency symbol

2002-06-12 Thread Philippe Van Der Gucht
Hello, The problem is the euro currency symbol entered in a textfield gets converted to € when it arrives on the server. How can we stop this from happening? The jsp page has the contentType="text/html;charset=UTF-8" directive and the appropriate meta tag. I've tried using the filter from the

High Availibility?

2002-02-18 Thread Philippe Van Der Gucht
Hello, The tomcat AJP 1.3 connector / apache module supports load balancing but I don't see anything about sharing sessions across multiple tomcat instances. Am I correct in assuming there is no support for HA then? And if yes, will future versions do? Philippe. -- To unsubscribe:

Limit upload size

2002-02-15 Thread Philippe Van Der Gucht
Hello tomcat users, Does anyone know if there is a way to _prevent_ a user from uploading a file greater than a specified size? I tried many upload implementations (f.e. struts) and some have a configurable size parameter but the file gets uploaded in its entirety no matter what. Try uploading