[
https://issues.apache.org/jira/browse/AMQ-9327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778146#comment-17778146
]
Jean-Baptiste Onofré commented on AMQ-9327:
-------------------------------------------
OK, regarding the Jetty code, I think I found the problem: in our distribution,
we have two versions of {{apache-jsp}} artifact.
{code:java}
-rw-r--r-- 1 jbonofre staff 1016617 Sep 15 16:06 apache-jsp-10.0.14.jar
-rw-r--r-- 1 jbonofre staff 21184 Sep 15 16:06 apache-jsp-11.0.17.jar
{code}
I'm also suspecting two jstl related artifacts:
{code:java}
-rw-r--r-- 1 jbonofre staff 3711043 Sep 15 16:06
jakarta.servlet.jsp.jstl-3.0.1.jar
-rw-r--r-- 1 jbonofre staff 46041 Sep 15 16:06
jakarta.servlet.jsp.jstl-api-3.0.0.jar {code}
I'm cleaning the artifacts in our distribution.
> ActiveMQ Web Console doesn't work on 6.0.0
> ------------------------------------------
>
> Key: AMQ-9327
> URL: https://issues.apache.org/jira/browse/AMQ-9327
> Project: ActiveMQ
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 6.0.0
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 6.0.0
>
>
> The Web Console doesn't work since Tomcat/Jetty upgrade. The authentication
> doesn't work and the JSPs are not compiled.
> In the log, we can see:
> {code:java}
> org.apache.jasper.JasperException: java.lang.IllegalStateException: No
> org.apache.tomcat.InstanceManager set in ServletContext {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)