WebORB for Java

implement hot deploy for weborb-config,xml

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 4.0
  • Fix Version/s: 4.0
  • Component/s: Configuration
  • Labels:
    None

Description

hot deploy (ability to pick up changes in the config) should be configured in weborb-config.xml. Add "hotDeploy" attribute to the root <config> element:

<config hotDeploy="true">

If set to true, then the file should be monitored for changes. When a change in the file occurs, WebORB should re-initialize itself.

Activity

Hide
Maksym Vladymyrov added a comment - 22/Aug/10 1:47 AM
We already have hotDeploy property in <general> section of weborb-config. Should it be placed as an atribute of <config> instead?
Show
Maksym Vladymyrov added a comment - 22/Aug/10 1:47 AM We already have hotDeploy property in <general> section of weborb-config. Should it be placed as an atribute of <config> instead?
Hide
Mark Piller added a comment - 23/Aug/10 11:10 AM
Yes, let's keep it in the root element. This way it is consistent with .net
Show
Mark Piller added a comment - 23/Aug/10 11:10 AM Yes, let's keep it in the root element. This way it is consistent with .net

People

Vote (0)
Watch (0)

Dates

  • Created:
    19/Aug/10 12:59 PM
    Updated:
    24/Aug/10 12:31 AM
    Resolved:
    24/Aug/10 12:31 AM