Bernhard Schuhmann created KARAF-3720:
-----------------------------------------
Summary: ActiveMQ's web console not working in Karaf 4 SNAPSHOT
Key: KARAF-3720
URL: https://issues.apache.org/jira/browse/KARAF-3720
Project: Karaf
Issue Type: Bug
Components: karaf-webcontainer
Affects Versions: 4.0.0.M3
Reporter: Bernhard Schuhmann
Priority: Minor
After potentially fixing AMQ-5770 I was able to install
{{activemq-web-console}} into my Karaf 4 container. The initial page
({{http://localhost:8181/activemqweb}}) comes up, however, none of the broker
data (name, version, etc) appears on the page. Looking at the page source, it
seems that the {{<c:out>}} tags are not rendered properly (the data is actually
present in the source, just not rendered). Switching to subpages from the main
page also doesn't work. Clicking for instance on _Topics_ doesn't bring me to
{{topics.jsp}}. Instead I get to {{404.html}}, however with none of the
stylesheets applied. It seems that also {{<c:url>}} tags are not properly
processed. Not sure if this is a problem with ActiveMQ's web console of with
Pax Web and its JSP support though. Also not sure if removing the dependency
from {{activemq-web-console}} war really is a good idea. While it didn't break
anything on standalone ActiveMQ and I was able to deploy the war, it still
doesn't work properly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)