How to get Tomcat to send proper charset?

2007-06-12 Thread Allen,Eva
We just recently switched our platform from tomcat 4.124 to Tomcat 5.5.23 and now languages Japanese, Chinese (traditional) and Chinese (simplified) are not displaying properly. Here's a little background. We use servlets to build HTML code to be output (please no comments on how bad an idea

RE: Using tomcat with commons-digester in commons/lib won't work

2006-10-23 Thread Allen,Eva
, October 20, 2006 7:00 PM To: Tomcat Users List Subject: Re: Using tomcat with commons-digester in commons/lib won't work Allen,Eva wrote: What gives? It looks like the version of commons-digester.jar that comes with tomcat 4.1.24 isn't even compatible with it, but that can't be right? I suppose

Using tomcat with commons-digester in commons/lib won't work

2006-10-20 Thread Allen,Eva
I want to use the Jakarta commons digester xmlrules package to parse the xml I get from a web service I access from within a service. This means I have to include four commons jar files within the classpath tomcat uses commons-digester, commons-logging, commons-beanutils and commons-collections.