Re: Charset configuration on Tomcat 6

2011-01-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Achal, On 1/13/2011 2:27 AM, Achal Patel wrote: > Attaching the Web.xml from Tomcat. I have tried everything posted on > http://tomcat.apache.org/tomcat-6.0-doc/index.html. This looks like the system-wide web.xml, not the web.xml from your web applic

Re: Charset configuration on Tomcat 6

2011-01-12 Thread Konstantin Kolinko
2011/1/13 Achal Patel : > Thanks a lot Mark for responding on this. > > Scenario is: I have a web application where I want user to input Russian > characters (Table is UNICODE compliant). > The java web application, when deployed on Weblogic is accepting Russian > Characters and persisted correctly

Re: Charset configuration on Tomcat 6

2011-01-12 Thread Achal Patel
Thanks a lot Mark for responding on this. Scenario is: I have a web application where I want user to input Russian characters (Table is UNICODE compliant). The java web application, when deployed on Weblogic is accepting Russian Characters and persisted correctly in the database. While the same a

Re: Charset configuration on Tomcat 6

2011-01-12 Thread Mark Thomas
On 12/01/2011 14:26, Achal Patel wrote: > Hi All, > What is equivalent configuration in Tomcat for below charset configuration > in Weblogic? > URI encoding param on Connector does not seem to be working > (URIEncoding="UTF-8")? URIEncoding is probably what you need although being more explicit th

Charset configuration on Tomcat 6

2011-01-12 Thread Achal Patel
Hi All, What is equivalent configuration in Tomcat for below charset configuration in Weblogic? URI encoding param on Connector does not seem to be working (URIEncoding="UTF-8")? * UTF8 UTF-8 UTF8 -- Regards, Achal Patel.