Thanks, so it's work... the problem is apache...could you send me your
apache configuration, so I compare it with my configuration...
Thanks a lot :-)

-----Messaggio originale-----
Da: Anil Gangolli [mailto:[EMAIL PROTECTED]
Inviato: giovedì 9 ottobre 2008 19.15
A: [email protected]
Oggetto: Re: Problem with special chars like èìòù in entry permalink


To help distinguish between an issue on the Roller side or the Apache
frontend, here is what I would suggest.

 From inside your firewall, use your browser to navigate to the URL.
Then edit the address bar replacing the hostname in the URL with the
internal hostname or ip address of the Tomcat host and the HTTP
Connector port 11080 that you have configured.   See if you can then
load the entry properly.  If so, it indicates that the problem is on the
Apache webserver side, and you will need to check what encoding is being
applied there.

--a.


Anil Gangolli wrote:
>
>
> It looks from headers that you are using an Apache webserver
> frontend:  Apache/2.2.3 (Debian) mod_jk/1.2.18
>
> Make sure that the URIEncoding="UTF-8" attribute is set on the AJP
> Connector as well.
>
> If you are doing re-writing or any parsing of the URL on the Apache
> webserver end, it might need to be configured to use UTF-8.
>
> --a.
>
>
>
>
>
>
>
> Guglielmo Carandente wrote:
>> I make all changes, but alwais don't work...
>> But is strange
>> Link
>> http://blog.kisskiss.it/kblog/telegu/entry/è_bello don't work
>> http://blog.kisskiss.it/kblog/telegu/entry/e_bello work
>> but in database anchor is è_bello
>> ....
>>
>> -----Messaggio originale-----
>> Da: Anil Gangolli [mailto:[EMAIL PROTECTED]
>> Inviato: giovedì 9 ottobre 2008 16.51
>> A: [email protected]
>> Oggetto: Re: Problem with special chars like èìòù in entry permalink
>>
>>
>> Unfortunately, we have to look at more things, so there are many more
>> questions.
>>
>> Did you set up your database to store characters in UTF-8 as well?
>> Make sure that the database is set up to use UTF-8 and that the jdbc URL
>> for the database connection specifies UTF-8 encoding.  The installation
>> guide describes how to do this for MySQL.
>>
>> Do the characters in your title and in your blog entries get stored and
>> retrieved properly?
>>
>> What version of Roller are you using?
>> What version of Tomcat?
>>
>> Have you made any local modifications to Roller, particularly with the
>> servlet filters?  Check to make sure that CharEncodingFilter is the
>> first filter mapping in the filter chain in your web.xml.
>>
>> If you have modified your Velocity templates (themes)?   Do these
>> characters work when you use the original themes?
>>
>> --a.
>>
>>
>> Guglielmo Carandente wrote:
>>
>>> I make this, but don't work other ideas??
>>>
>>> -----Messaggio originale-----
>>> Da: Anil Gangolli [mailto:[EMAIL PROTECTED]
>>> Inviato: mercoledì 8 ottobre 2008 16.13
>>> A: [email protected]
>>> Oggetto: Re: Problem with special chars like èìòù in entry permalink
>>>
>>>
>>> Omit the asterisks, which were due to translation of bolding by my mail
>>> client.
>>>
>>> This is a typical setup and your parameters may vary:
>>>
>>> <Connector port="8080"
>>>   maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>>>   enableLookups="false" redirectPort="8443" debug="0"
>>>   acceptCount="100" connectionTimeout="20000"
>>>   disableUploadTimeout="true"
>>>   URIEncoding="UTF-8" />
>>>
>>>
>>>
>>
>>
>
>


Reply via email to