I guess it's not a encoding issue, although I once had the same problem and it was caused by the encoding.
- Does the page load fine without the mod_jk? (access the tomcat port directly)
- Does your mod_jk config file contain something unusual?
- Do your pages contain special symbols outside the normal ASCII range?
- What's the operating system codepage?
I managed to put xwiki behind mod_jk, and it's working fine.
Sergiu Dumitriu wrote:
> This could be an encoding issue. Can you tell what's the xwiki
> encoding (the one in the html file), and the encoding received by
> Firefox (the one from Tools->Page info)?
>
> On 1/31/07, *Julien Oix* <Julien.Oix@paris7.jussieu.fr
> <mailto:Julien.Oix@paris7.jussieu.fr >> wrote:
>
> hi everyone,
>
> I managed to deploy successfully a xwiki with Apache/Tomcat/mod_jk
> container thanks to this help
> ( http://mail-archive.objectweb.org/xwiki-users/2007-01/msg00179.html
> <http://mail-archive.objectweb.org/xwiki-users/2007-01/msg00179.html >
> :)
>
> after configuration for needs, I notice that browsing the wiki with
> firefox and the "html validator" extension :
>
> ** loading a page entirely needs much time (the content is loaded
> immediatly but the loading icon runs a few seconds before stopping).
>
> ** the html validator extension tells me that "html cache is
> empty", it
> can't analyse errors and warnings.
>
> ** this doesn't happen on the login page, only on pages with content,
> accessible after logon.
>
>
> Could it be a Apache user's permission problem ?
>
> Anything else ?
>
> Thanks.
>
Hi Sergiu,
in the hmtl file :
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
and the encoding received by firefox is matching :
"Encoding: ISO-8859-1"
more, I see this line in firefox page info :
"Cache source: Not cached"
thanks !