On 12/01/2011 14:26, Achal Patel wrote:
> Hi All,
> What is equivalent configuration in Tomcat for below charset configuration
> in Weblogic?
> URI encoding param on Connector does not seem to be working
> (URIEncoding="UTF-8")?

URIEncoding is probably what you need although being more explicit then
"does not seem to be working" would help.

I'd also recommend reading this wiki page:
http://wiki.apache.org/tomcat/FAQ/CharacterEncoding

Mark

> 
> <charset-params>
> 
>     <input-charset>
>       <resource-path>*</resource-path>
>       <java-charset-name>UTF8</java-charset-name>
>     </input-charset>
> 
>     <charset-mapping>
>         <iana-charset-name>UTF-8</iana-charset-name>
>         <java-charset-name>UTF8</java-charset-name>
>     </charset-mapping>
> 
>   </charset-params>
> 


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

Reply via email to