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" /> ... </Connector>
</Service>
</Server>
Related posts:
- tomcat port configuration
- multiple tomcat instance – single setup
- Complete Apache 2.2-AJP Load Balance via mod_proxy
- Moving from Tomcat to JBoss
- maven profiles
how to set the URIEncoding in eclipse server? The server.xml has been overwritten by eclipse..
no idea.
Proudly using Intellij IDEA