Re: Encoding problem with Tomcat (hibernate) + Postgres

2010-02-24 Thread André Warnier
davefu wrote: Hi, this is my setup: - Debian Lenny - Tomcat 5.5 - Postgres 8.3 I'm running an app which is failing everytime it tries to get some data from the DB with characters like [ÁÉÍÓÚáéíóú]. By "failing" I mean the application isn't showing the data it should when Tomcat throws querys

Encoding problem with Tomcat (hibernate) + Postgres

2010-02-24 Thread davefu
ection to LATIN1. The logs are good on both sides this time, but still the app is not receiving the data on screen. Seems like somehow the query is not reaching sane (due to bad encoding) to postgres, or postgres is not sending it back to tomcat. If I set system locale to ISO-8859-1, the data is dis

solved (607-patch): encoding problem with tomcat

2006-01-02 Thread Ron Piterman
o be in the catalina.home and catalina.base parameters - /home/ron/tomcat is a symlink to /usr/java/tomcat/ why should that make a difference ? will try to change that and see what happens... (will be back after the commercials :) ) Cheers, Ron Ron Piterman wrote: Hi all, I have this strange encodi

Re: encoding problem with tomcat

2006-01-02 Thread Ron Piterman
cat is a symlink to /usr/java/tomcat/ why should that make a difference ? will try to change that and see what happens... (will be back after the commercials :) ) Cheers, Ron Ron Piterman wrote: Hi all, I have this strange encoding problem with tomcat 5.5.12 serving tapestry pages: when I star

Re: encoding problem with tomcat

2006-01-02 Thread Mark Thomas
/ron/tomcat >> -Djava.io.tmpdir=/home/ron/tomcat/temp >> org.apache.catalina.startup.Bootstrap start >> >> --- >> >> Now the only difference seems to be in the catalina.home and >> catalina.base parameters - >> >> /home/ron/tomcat is a symlink to /usr/j

Re: encoding problem with tomcat

2006-01-02 Thread Ron Piterman
d that make a difference ? will try to change that and see what happens... (will be back after the commercials :) ) Cheers, Ron Ron Piterman wrote: Hi all, I have this strange encoding problem with tomcat 5.5.12 serving tapestry pages: when I start tomcat using the startup.sh script, my tapest

Re: encoding problem with tomcat

2006-01-02 Thread Ron Piterman
rence seems to be in the catalina.home and catalina.base parameters - /home/ron/tomcat is a symlink to /usr/java/tomcat/ why should that make a difference ? will try to change that and see what happens... (will be back after the commercials :) ) Cheers, Ron Ron Piterman wrote: Hi all, I have this

encoding problem with tomcat

2006-01-02 Thread Ron Piterman
Hi all, I have this strange encoding problem with tomcat 5.5.12 serving tapestry pages: when I start tomcat using the startup.sh script, my tapestry pages are served with something wrong along the encoding pipeline, so some "special" characters like ä or ß are encoded wrong. wh