[
https://issues.apache.org/activemq/browse/AMQ-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54901#action_54901
]
Dejan Bosanac commented on AMQ-2352:
------------------------------------
Hi Philippe,
are you sure you don't have 5.2.0 left somewhere in the classpath?
I just tried the following and it worked well:
1. Download the 5.3.0 web console war
(http://repo2.maven.org/maven2/org/apache/activemq/activemq-web-console/5.3.0/activemq-web-console-5.3.0.war)
2. Copy it to clean jetty install webapps folder
3. Start secured ActiveMQ 5.3.0 (bin/activemq xbean:conf/activemq-security.xml)
4. start jetty (java -Dwebconsole.type=properties
-Dwebconsole.jms.url=tcp://localhost:61616
-Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
-Dwebconsole.jms.user=system -Dwebconsole.jms.password=manager -jar start.jar)
5. use web console at http://localhost:8080/activemq-web-console-5.3.0/
Regards
Dejan
> 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.