In theory, we should be able to change the encoding of the XML file, but the current XML parser used by Jaguar doesn't seem to support that. The trick is to replace the french character by entities.
First, unzip the web.xml file in a subdirectory called WEB-INF (in uppercase).
Where you have property like
<env-entry-value>propriété</env-entry-value>
<env-entry-value>propriété</env-entry-value>
The possible values are :
Written and compiled by Réal Gagnon ©1998-2005
[ home ]