ObjectWeb Consortium
Search ObjectWeb Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | enhydra List | November 2004 Index

    Date Index  -->     Thread Index  -->

Re: [enhydra] UTF-8 in Enhydra application


Hi,

in server.xml( %ENHYDRA_HOME%\conf\server.xml ) ,edit <Connector> tag,which 
define HTTP connector,add
URIEncoding="UTF-8" attribute,see code below:

<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 9000 -->
    <Connector port="9000"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="9043" acceptCount="100"
               debug="0" connectionTimeout="20000"
               disableUploadTimeout="true" URIEncoding="UTF-8"/>

Hope that this will help!

Regards,
 Zoran

Sunday, October 31, 2004, 11:57:46 AM, you wrote:

AR> --
AR> You receive this message as a subscriber of the enhydra@xxxxxxxxxxxxx 
mailing list.
AR> To unsubscribe: mailto:enhydra-unsubscribe@xxxxxxxxxxxxx
AR> For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
AR> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws




    Date Index  -->     Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.