Issue Details (XML | Word | Printable)

Key: KATTA-174
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Johannes Zillmann
Reporter: Johannes Zillmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Katta

allow configuration of content-server through katta.node.properties

Created: 01/Feb/11 12:06 PM   Updated: 01/Feb/11 04:50 PM
Component/s: cluster
Affects Version/s: None
Fix Version/s: 0.6.4


 Description  « Hide
Needed by KATTA-171. This would allow to store custom properties for an implementation of IContentServer (f.e. LuceneServer) inside the katta.node.properties.

 All   Comments   Change History   git Commits      Sort Order: Ascending order - Click to sort in descending order
Johannes Zillmann added a comment - 01/Feb/11 04:50 PM
This feature required a change of the IContentServer API.
setNodeName(String nodeName) has been replaced with init(String nodeName, NodeConfiguration nodeConfiguration).

That way content-server implementations, like LuceneServer or MapfileServer, can have custom-properties configured in katta.node.properties.