I'm sure they have, but that should be an issue if encoding is set properly, which, I just checked...and it isn't. I'll fix that in cvs, give it a shot. I'm not sure if that is an issue for you, but I have run into file-reading errors for different encodings.
-Kevin Ross -----Original Message----- From: Olivier RICHAUD [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 3:04 PM To: xindice-users@xml.apache.org Subject: RE : Changing dbroot attributes in system.xml What i did was to unjar the war, change dbroot in WEB-INF/system.xml to d:/xindice/db (the directory exists and is writtable), rejar and put the new war in jboss' deployment directory. And all went wrong.... As I previsoully mentionned. Has anyone changed system.xml with Windows? Olivier. -----Message d'origine----- De : Kevin Ross [mailto:[EMAIL PROTECTED] Envoyé : vendredi 27 juin 2003 18:05 À : xindice-users@xml.apache.org Objet : RE: Changing dbroot attributes in system.xml Did you change the setting on the system.xml file inside the war? Since it is constantly redeployed, it must be set in there. Just a thought, Kevin Ross -----Original Message----- From: Olivier RICHAUD [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 8:49 AM To: xindice-users@xml.apache.org Subject: Changing dbroot attributes in system.xml Hi all! I'am having a strange problem changing the dbroot property which is set to ./b by default in WEB-INF/system.xml. All I want to do is to se this dbroot attribute to something like d:/xindice/db to point to another location. My configuration : Jboss/jetty 3.2.1 / windows 2003 server / java 1.4 I have installed xindice-1.1b.war in a dedicated Xindice.ear repository to have the a webapp with /Xindice context root. I have created a dummy application.xml file to set the context root. With this configuration out of the box, I have no problem, but when I restart Jboss, the war file is redeployed and I loose my database. I decided to change the dbroot property to d:/xindice/db but now : 1. My webapp does not start without any explanation. In fact, it does not seem to start. I tuned on the full debugging options and I have nothing. 2. The command line tool crashes, when for example I add a new collection with xindice -c /db -n xmi, saying: Fatal error parsing XML : org.xml.sax.SAXParserException: Open quote is expected for attribute "BORDER". Thanks in advance. Olivier.