Tomcat 5 and UTF-8
I have installed Tomcat version 5.028, JRE 1.5 and I'm trying to load my code with UTF-8 encoding in the server. The code and encoding works perfectly with no problem at all since it is working on the other machine. I'm trying to deploy this code on my own machine but I couldn't get the tomcat setup correctly. It is giving me the invalid UTF8 bye error. I have followed this link (http://wiki.apache.org/tomcat/Tomcat/UTF-8) for setup. But after I added the CharsetFilter in conf/web.xml, I couldn't even open the Apache Manager's webpage. I've also added -Dfile.encoding=UTF-8 in bin/catalina.bat and catalina.sh (http://answers.google.com/answers/threadview?id=580467) and it still doesn't work. Anyone know what the problem is? -- View this message in context: http://www.nabble.com/Tomcat-5-and-UTF-8-tp22726898p22726898.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
RE: Tomcat 5 and UTF-8
I have tried with the 5.5.27 version, and I still get the same error. Caldarale, Charles R wrote: > >> From: hellokk [mailto:kw...@hotmail.com] >> Subject: Tomcat 5 and UTF-8 >> >> I have installed Tomcat version 5.028 > > Which hasn't been supported for quite some time. Can you try with a > current level and see what happens? > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail > and its attachments from all computers. > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/Tomcat-5-and-UTF-8-tp22726898p22730558.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org