Wade Girard wrote:
> The log output from jetty when uploading these files looks like:
> ...
> 06.06.2008 09:32:11 *INFO * IndexMerger: merged 1000 documents in 110 ms
> into _cdr. (IndexMerger.java, line 304)
[...]
> ....
> I do not see output like this in the log files when I am putting/getting
> jpg, png, or other file types that I have been using other than xml.
this clearly indicates that the XML files are stored exploded in the workspace.
> If all I need to do to get consistent behavior is to tell jackrabbit to
> treat all files as binary, then it would be nice to have that as an
> option in the repository.xml file. Is this possible?
yes, it is. you can find handler for various types in WEB-INF/config.xml
though, I'm not sure whether it is the iohandler or the propertyhandler you have
to change.
regards
marcel
|