Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.6.0
-
None
-
None
Description
Running activemq-web-console in Karaf generates these errors:
Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContextListener not found by org.apache.activemq.activemq-web-console [118]
Caused by: java.lang.ClassNotFoundException: javax.servlet.Filter not found by org.apache.activemq.activemq-web-console [118]
Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet not found by org.apache.activemq.activemq-web-console [118]
It looks like activemq-web-console imports the following servlet packages:
javax.servlet.jsp;version="[2.1,3)",
javax.servlet.jsp.el;version="[2.1,3)",
javax.servlet.jsp.tagext;version="[2.1,3)",
So it seems to be missing imports for:
javax.servlet
javax.servlet.http