Ticket #225 (new defect)

Opened 1 year ago

Last modified 9 months ago

Documentation: Wiki config doesn't use XML config

Reported by: mrmod Assigned to: configuration and packaging
Priority: trivial Milestone:
Component: Coherence - across the board Version:
Keywords: web wiki documentation configuration config xml Cc:

Description

The configuration that's in the wiki omits the proper syntax for ElementTree to parse the file. It's noting key value pairs instead of tags and elements.

ie,

serverport = 8008

instead of

<serverport>8008</serverport>

Anyway, couldn't figure out where to send this. But, it's sort of a big deal when you don't have a valid config since the 'coherence.config-example' is also full of malarkey. Malarkey, of course, causes things to not work.

version is 0.6.4 from 2009/5/16

mail grievances to lgtdrivesme@gmail.com

Change History

29.12.2009 08:16:55 changed by Caleb

I took the liberty of adding an sample XML file that works with the latest svn revision to the DocumentationDepartment. I assume it will work with the 0.6.6 release as well...