I have managed to get the ActiveMQ web console wedged into OSGi/Sling but can't get the JSPs to compile. When I access index.jsp of the webapp, I get back the source to the page. Is there something I need to enable to get this to work?
I tried using pax-web-jsp but that gives a ClassCastException as Jasper tries to use an internal class but gets a Sling class (PageContextImpl:922). It does however compile the pages.
