Re: Oracle - This database doesn't seem to support extended charsets

Carlos Guardiola <[email protected]> Mon, 23 Oct 2006 10:42:35 +0000 (UTC)
Newsgroups gmane.comp.cms.jahia.install
Message-ID <[email protected]>
Finally, i've managed to install JAHIA disabling UTF-8 support

I've need to modify the Character encoding section in jahia5.0.0
\tomcat\webapps\jahia\WEB-INF\etc\config\jahia.skeleton

######################################################################
### Characters encoding ##############################################
######################################################################
# Global encoding parameter, used to encode content to/from the database
utf8Encoding                                           =   false

# You may need to change the following values depending on the servlet
# container you are using. The default values here are designed to work
# with Tomcat.
#
# Default encoding for the output generated by Jahia :
defaultResponseBodyEncoding                            =   ISO-8859-1
# Default encoding for URI and URLs send to Jahia :
defaultURIEncoding                                     =   ISO-8859-1

and then start the server again

Hope that helps, bye
Carlos