Try setting CATALINA_OPTS="-Dfile.encoding=iso-8859-1" I think Sun changed the default character set in JDK1.4 - It is now ASCII
HTH Andy -----Original Message----- From: Hans Wichman [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 09:24 To: [EMAIL PROTECTED] Subject: question marks appearing after deploy to production server Hi, I have a strange problem, I wrote a servlet that retrieves some data from a database, which may contains characters such as �. On my local tomcat 4.1.24 testserver the output shows correctly as in 'a�robe'. However if I deploy the application to one of our testservers, the result is 'a?robe'. Does anybody have a clue how this may happen? regards, Hans --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
