[ 
https://issues.apache.org/jira/browse/ARTEMIS-4244?focusedWorklogId=858271&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-858271
 ]

ASF GitHub Bot logged work on ARTEMIS-4244:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Apr/23 15:29
            Start Date: 20/Apr/23 15:29
    Worklog Time Spent: 10m 
      Work Description: gtully commented on code in PR #4440:
URL: https://github.com/apache/activemq-artemis/pull/4440#discussion_r1172763610


##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java:
##########
@@ -133,6 +133,8 @@ public void deActivate() {
             broker.components.add(broker.web);
          }
 
+         
server.getServer().getConfiguration().parsePrefixedProperties(broker.web, 
"web", System.getProperties(), 
ActiveMQDefaultConfiguration.getDefaultWebPropertyPrefix());

Review Comment:
   I was sort of combining them for the name that identifies where the 
properties come from. system-<prefix> may get us there. It only shows up in the 
status.
   





Issue Time Tracking
-------------------

    Worklog Id:     (was: 858271)
    Time Spent: 40m  (was: 0.5h)

> Set web config using system properties
> --------------------------------------
>
>                 Key: ARTEMIS-4244
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4244
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Domenico Francesco Bruscino
>            Assignee: Domenico Francesco Bruscino
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Set web config using system properties as users can set broker config, i.e. 
> starting the broker JVM with the option `-Dwebconfig.webContentEnabled=true` 
> enables the web content.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to