[
https://issues.apache.org/jira/browse/AMQ-9327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778133#comment-17778133
]
Jean-Baptiste Onofré commented on AMQ-9327:
-------------------------------------------
I identified the change in Jetty that introduced the problem:
{code:java}
939f1362f6d6142c0fca196f6472c10e639c6361 is the first bad commit
commit 939f1362f6d6142c0fca196f6472c10e639c6361
Merge: 7f0b7d5e11 e33d026259
Author: Simone Bordet <[email protected]>
Date: Thu Aug 17 17:02:13 2023 +0200
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
Signed-off-by: Simone Bordet <[email protected]>
jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java | 3 ++-
jetty-websocket/websocket-jetty-server/pom.xml | 2 +-
jetty-websocket/websocket-jetty-tests/pom.xml | 5 +++++
pom.xml | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-) {code}
The problem is due to the change on {{{}UriCompliance{}}}.
> 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)