[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problems with windows-1250 character set!

2004-03-12 Thread draganj
Hi again, I have solved the problem. Solution is to add a filter to your web application (in web.xml): Set Character Encoding filters.SetCharacterEncodingFilter encoding Windows-1250 Set Character Encoding action -

[JBoss-user] [HTTPD, Servlets & JSP] - Problems with windows-1250 character set!

2004-03-10 Thread draganj
Hi, I have been using setup jboss version 3.0.8 so I can use windows-1250 encoding. Database is mysql. So configuration is following: in run.bat I added following two properties: -Ddefault.client.encoding=windows-1250 -DISO_8859_1=Cp1250 and in mysql-service.xml file used jdbc:mysql://localhost