Re: connection pooling and character set problem

2005-12-07 Thread tvrtko stosic
Thanks Mark. Besides that, I used wrong property. Right statement should be: &useUnicode=true&characterEncoding=charset Now server.xml is ok but I'm still getting strange characters when retrieving text from database. I changed characterEncoding property to several differe

Re: connection pooling and character set problem

2005-12-07 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tvrtko stosic wrote: > I use connection pooling with Tomcat 5.5.4. Corresponding entry in > server.xml looks like this: > > crossContext="true"> > maxActive="100" maxIdle="30" maxWait="1" username="user" password="java" > driverClassName="co