-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Achal,

On 1/13/2011 2:27 AM, Achal Patel wrote:
> Attaching the Web.xml from Tomcat. I have tried everything posted on
> http://tomcat.apache.org/tomcat-6.0-doc/index.html.

This looks like the system-wide web.xml, not the web.xml from your web
application. Have you copied CATALINA_HOME/conf/web.xml into your own
webapp? That's completely unnecessary. Alternatively, have you replaced
CATALINA_HOME/conf/web.xml with the web.xml that is specific to your
webapp? That is confusing at best and dangerous at worst.

> Application is configured to be UNICODE compliant from JSP (having utf-8
> directives), Servlet response (utf-8) and the database jdbc connection
> as well is Unicode compliant (Which works on Weblogic and Websphere
> application servers).

There are still places where character encoding is important. For
instance, you haven't mentioned anything about the request. ;)

> So looking at possible options or any such configuration which I may
> have missed on the Tomcat 6.x.

Mark suggested reading
http://wiki.apache.org/tomcat/FAQ/CharacterEncoding. Have you read it?
Specifically, have you read the answer to Q8: "What can you recommend to
just make everything work? (How to use UTF-8 everywhere)."?

There are 6 steps mentioned, there. Which ones have you done?

- From your messages in this thread, it looks like you have done 1, 3, and
4, while 5 and 6 might not be applicable to your situation. What's left?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0vGWEACgkQ9CaO5/Lv0PB7+gCgiLmsvkeYP9PjveZUSfzGuudn
gTAAoJGl/kEOJ09zW8LT2OcLzlg18gnb
=N12Y
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to