Henrik Karlsson created AMQ-6306:
------------------------------------
Summary: Running web console in tomcat fails
Key: AMQ-6306
URL: https://issues.apache.org/jira/browse/AMQ-6306
Project: ActiveMQ
Issue Type: Bug
Components: webconsole
Affects Versions: 5.13.3, 5.13.2, 5.13.1, 5.13.0
Environment: Tomcat 8.0.28 - Java 1.8.0_60 - Windows 7 SR 1
Tomcat 7.0.62 - Java 1.7.0_80 - Windows Server 2012 R2
Reporter: Henrik Karlsson
When deploying activemq-web-console-5.13.x.war into tomcat with
webconsole.type=properties and opening
http://localhost:8080/activemq-web-console-5.13.x I get status 500 and get the
content from 500.html as a response in the browser. Even if I enable debug
loggning on org.apache.activemq I don't get a single line in the log when doing
a request.
If I instead deploy version 5.12.2 it works and I get these two lines when I
enable debug loggning:
INFO | jvm 1 | 2016/05/30 10:58:23 | 2016-05-30 10:58:23,751
[apr-8080-exec-2] DEBUG RemoteJMXBrokerFacade - Creating a new
JMX-Connection to the broker
INFO | jvm 1 | 2016/05/30 10:58:24 | 2016-05-30 10:58:24,288
[apr-8080-exec-2] INFO RemoteJMXBrokerFacade - Connected via JMX to
the broker at service:jmx:rmi://x.x.x.x:1098/jndi/rmi://x.x.x.x:1099/jmxrmi
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)