On Mon, 1 Apr 2019 at 13:03, Ashim Kapoor <[email protected]> wrote:

> Dear All,
>
> Here is a snippet of my /etc/tomcat8/server.xml
>
>     <Connector port="8080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8443" />
>
>
> I was reading this:-
> https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace which says :-
>
> *Modifications in* * [tomcat]/conf/server.xml *: You also need to alter
> Tomcat's default configuration to support searching and browsing of
> multi-byte UTF-8 correctly. You need to add a configuration option to the
> *<Connector>* element in *[tomcat]/config/server.xml*:
> *URIEncoding="UTF-8" *e.g. if you're using the default Tomcat config, it
> should read:
> <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
> <Connector port="8080"
>               minSpareThreads="25"
>               enableLookups="false"
>               redirectPort="8443"
>               connectionTimeout="20000"
>               disableUploadTimeout="true"
>               URIEncoding="UTF-8"/>
>
>
> Query 1  : The location of the file should be [tomcat]/server.xml and not
> [tomcat]/conf/server.xml
>
> Query 2: By default we only have protocol connectionTimeout and
> redirectPort in server.xml
>
> To this I plan to add only URIEncodig= "UTF-8". Would it be correct to do
so ?

> Do I misunderstand ?
>
> Please clarify.
>
> Best Regards,
> Ashim
>
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to