The best workaround for this problem is using an encoding filter which
reads all request and changes the encoding to your favorite one, so
you don't have to change the tomcat parameter or jvm parameter. it's
the solution you can find it in sun's pet store as EncodingFilter.java