RE: UTF-8 special characters

2004-03-09 Thread Mariano
Put this in 8080 connector of your server.xml file,lookup for URIEncoding=UTF-8, tomcat automatically do encoding: Connector port=8080 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100 debug=0

RE: UTF-8 special characters

2004-03-09 Thread Jonathan Abramsohn
I've tried it and it doesn't help. Am I doing something wrong? -Original Message- From: Mariano [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 11:56 To: 'Tomcat Users List' Subject: RE: UTF-8 special characters Put this in 8080 connector of your server.xml file,lookup

RE: UTF-8 special characters

2004-03-09 Thread Mariano
characters I've tried it and it doesn't help. Am I doing something wrong? -Original Message- From: Mariano [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 11:56 To: 'Tomcat Users List' Subject: RE: UTF-8 special characters Put this in 8080 connector of your server.xml file,lookup

RE: UTF-8 special characters

2004-03-09 Thread Jonathan Abramsohn
Users List' Subject: RE: UTF-8 special characters This work fine with Tomcat 5.0.19, which version of tomcat are you using? I don't try it in other versions. Mariano -Mensaje original- De: Jonathan Abramsohn [mailto:[EMAIL PROTECTED] Enviado el: martes, 09 de marzo de 2004 11:04 Para: Tomcat

RE: UTF-8 special characters

2004-03-09 Thread Lerias, Hugo
for the JVM who is running Tomcat. This should work in every version of Tomcat. Hugo -Original Message- From: Jonathan Abramsohn [mailto:[EMAIL PROTECTED] Sent: Dienstag, 9. März 2004 13:52 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: UTF-8 special characters I have tried it on tomcat