URI Encoding for tomcat 5.5.X

Apache Tomcat

Image via Wikipedia

encoding problem with paramater while HTTP GET ?
in default tomcat read get parameters with its startup language like = ISO-8859-1

for tomcat 5.5.x

<Server ...>
<Service ...>
<Connector ... URIEncoding="UTF-8" />&nbsp; ...&nbsp; </Connector>
</Service>
</Server>
Reblog this post [with Zemanta]
Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • Wists
  • LinkedIn
  • Slashdot
  • Google Bookmarks
  • Reddit
  • StumbleUpon
  • email
  • Twitter
  • FriendFeed

Related posts:

  1. tomcat port configuration
  2. multiple tomcat instance – single setup
  3. Complete Apache 2.2-AJP Load Balance via mod_proxy
  4. Moving from Tomcat to JBoss
  5. maven profiles

  1. how to set the URIEncoding in eclipse server? The server.xml has been overwritten by eclipse..

  1. No trackbacks yet.