You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/23 06:29:00 UTC

[jira] [Work logged] (AMQ-8045) jetty.xml update use of env vars

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

ASF GitHub Bot logged work on AMQ-8045:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Nov/20 06:28
            Start Date: 23/Nov/20 06:28
    Worklog Time Spent: 10m 
      Work Description: jbonofre opened a new pull request #585:
URL: https://github.com/apache/activemq/pull/585


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

            Worklog Id:     (was: 515384)
    Remaining Estimate: 0h
            Time Spent: 10m

> jetty.xml update use of env vars
> --------------------------------
>
>                 Key: AMQ-8045
>                 URL: https://issues.apache.org/jira/browse/AMQ-8045
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport, Web Console
>            Reporter: Francesco
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 5.17.0, 5.16.1, 5.15.14
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Please update jetty.xml file from:
> {{<property name="config" value="${activemq.conf}/jetty-realm.properties"/>}}
> to
> {{<property name="config" value="file:${activemq.conf}/jetty-realm.properties"/>}}
> as already done for activemq.xml.
> As far as I understand, on bash it is makes no difference, on zsh I had my broker stuck on:
> "${activemq.conf}/jetty-realm.properties not found"
> (as if it was not able to make the substitution).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)