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]

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. Configure Apache:virtual host, mod_proxy and mod_proxy_ajp
  1. how to set the URIEncoding in eclipse server? The server.xml has been overwritten by eclipse..

  1. No trackbacks yet.