Oracle Application Server 10g R3 works fine with RK-1048 codepage but Tomcat 7.0.47 does not.

2014-01-13 Thread Тимур Кулибаев
Dears, I have checked documentation/FAQ/WEB/archives but it didn't help to resolve the following trouble: I have a java servlet which is currently deployed on Oracle Application Server 10g R3 with jdk 1.5u19 on RHEl 5.7 and one works fine with Oracle Application Server. The servlet works with

Re: Oracle Application Server 10g R3 works fine with RK-1048 codepage but Tomcat 7.0.47 does not.

2014-01-13 Thread Тимур Кулибаев
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Тимур, On 1/13/14, 11:34 AM, Тимур Кулибаев wrote: Dears, I have checked documentation/FAQ/WEB/archives but it didn't help to resolve the following trouble: I have a java servlet which is currently deployed on Oracle Application Server 10g R3

Re: Oracle Application Server 10g R3 works fine with RK-1048 codepage but Tomcat 7.0.47 does not.

2014-01-15 Thread Тимур Кулибаев
, 2:44 AM, Тимур Кулибаев wrote: The user.language and user.country system properties for my running Tomcat instance are not set. They must be set to something. If you are not explicitly-setting them, then they are defaulting to something, negotiated by the OS and the JVM. In Oracle

Re: Oracle Application Server 10g R3 works fine with RK-1048 codepage but Tomcat 7.0.47 does not.

2014-01-17 Thread Тимур Кулибаев
Hello, Chris ! Thank you for your correspondence with me. I misleaded you a lot in the following part: +++For Tomcat 7: lang=ru-RU, content=Oracle UIX, +++charset=UTF-8 type=text/css Actually, charset=UTF-8 is applied only to link element: link rel=stylesheet charset=UTF-8 type=text/css