You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "philippe tseyen (JIRA)" <ji...@apache.org> on 2009/11/10 12:21:52 UTC

[jira] Commented: (AMQ-2352) it should be possible to specify userName and password in the webconsole-properties.xml

    [ https://issues.apache.org/activemq/browse/AMQ-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55262#action_55262 ] 

philippe tseyen commented on AMQ-2352:
--------------------------------------

I downloaded the webconsole again from this location.

http://repo2.maven.org/maven2/org/apache/activemq/activemq-web-console/5.3.0/activemq-web-console-5.3.0.war

The fix is not included in that version.

Where should I look to download a version that includes the fix?

Thanks

> it should be possible to specify userName and password in the webconsole-properties.xml
> ---------------------------------------------------------------------------------------
>
>                 Key: AMQ-2352
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2352
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.2.0
>            Reporter: philippe tseyen
>            Assignee: Dejan Bosanac
>            Priority: Minor
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> file to adapt src\activemq-web-console\src\main\webapp\WEB-INF\webconsole-properties.xml
> <bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
> <property name="brokerURL" value="${webconsole.jms.url}"/>
> *<property name="userName" value="${webconsole.jms.userName}"/>*
> *<property name="password" value="${webconsole.jms.password}"/>*
>   </bean>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.