[
https://issues.apache.org/jira/browse/AMQ-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133558#comment-13133558
]
Freeman Fang commented on AMQ-3561:
-----------------------------------
Hi JB,
I don't think this is something we need fix in activemq side.
FYI, SMX4-910[1] already fix it on Servicemix side. We can do same thing for
karaf as well(not sure we need do it by default as activemq isn't default
feature installed by karaf), it just configuration thing for OSGi container
which use activemq, simply add properties like
#
# Activemq Webconsole configuration
#
webconsole.type=properties
webconsole.jms.url=tcp://localhost:61616
webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-${karaf.name}
webconsole.jmx.user=smx
webconsole.jmx.password=smx
in etc/system.properties
[1]https://issues.apache.org/jira/browse/SMX4-910
Freeman
> activemq-web-console feature create the web-console broker in a bad folder
> --------------------------------------------------------------------------
>
> Key: AMQ-3561
> URL: https://issues.apache.org/jira/browse/AMQ-3561
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.5.0, 5.5.1
> Reporter: Jean-Baptiste Onofré
> Fix For: 5.6.0
>
>
> On Karaf, if I install the ActiveMQ web console:
> karaf@root> features:install activemq-web-console
> the web-console broker is created, but use a ${activemq.base} folder.
> It should set a config using ${karaf.base}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira