Hi
I have a web application which uses java Internationalization to accomodate japanese. The webapp was developed using jsp,jdk1.4.1, mysql3.23.51 and tomcat 3.3.1 on RedHat Linux7.2.
I am able to insert and retrieve japanese data to/from mysql without any tweaking.
Recently I moved the webapp to a Japanese machine running Cobalt Linux.
The cobalt machine is also having same jdk1.4.1, mysql3.23.51 and tomcat 3.3.1.
I also moved the db to the cobalt linux machine.
Now the webapp doesnt show the japanese words retrieved from mysql correctly.
I am using the mm.mysql driver
Below is how I load the driver and my connection string.
Class.forName("org.gjt.mm.mysql.Driver");
conn=DriverManager.getConnection("jdbc:mysql://localhost/mydb","guest","gues t");regards
What can be the problem?
Also please tell me what the /etc/sysconfig/i18n file is for. Has it got anything to do with this problem?
Thanks in advance
Prashanth


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to