Results 1 to 2 of 2

Thread: How to manage configuration at runtime

  1. #1
    Join Date
    Dec 2006
    Posts
    18

    Default How to manage configuration at runtime

    I recently started using Configuration Admin service. The way I am controlling the values is, obviously, editing the property files and redeploying them.

    I know there is an API that allows changing configuration at runtime, but I need a program with the user interface that will actually do it.

    Is there any utility available that supports changing configuration attributes?
    Or I need to write my own?

  2. #2
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default

    @lilyevsky

    dm Server does not provide a user interface for changing ConfigAdmin values at runtime.

    As you've noted ConfigurationAdmin provides this ability using the Configuration#update(java.util.Dictionary) method.

    On the receiving side, Spring DM will re-inject your configuration properties when they've changed in ConfigurationAdmin.
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •