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

Libor Svehlak commented on AMQ-6664:
------------------------------------

Caused by commit f651aa361f8d8428c94420d1f5713c70ed0baf07 (changes in file 
{{activemq-web-console\src\main\webapp\WEB-INF\web.xml}}).

Workaround/solution: Add {{<%@include file="../WEB-INF/jspf/headertags.jspf" 
%>}} to every JSP file in directory 
{{activemq-web-console/src/main/webapp/xml/}} similar way like for JSP pages in 
the commit mentioned above.

> XMLs in ActiveMQ admin panel are not generated properly
> -------------------------------------------------------
>
>                 Key: AMQ-6664
>                 URL: https://issues.apache.org/jira/browse/AMQ-6664
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: webconsole
>    Affects Versions: 5.14.5
>            Reporter: Jacek K.
>
> Start ActiveMQ 5.14.5 and go to http://127.0.0.1:8161/admin/xml/queues.jsp
> Instead of
> {code}<queues></queues>{code}
> you get raw template:
> {code}
> <queues>
> <c:forEach items="[]" var="row">
> <queue name="<c:out value="" />">
>   <stats size=""
>          consumerCount=""
>          enqueueCount=""
>          dequeueCount=""/>
>   <feed>
>     <atom><c:out value="queueBrowse/?view=rss&amp;feedType=atom_1.0"/></atom>
>     <rss><c:out value="queueBrowse/?view=rss&amp;feedType=rss_2.0"/></rss>
>   </feed>
> </queue>
> </c:forEach>
> </queues>{code}
> This worked fine in AcitveMQ 5.14.4 and earlier.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to