I have managed to get the ActiveMQ web console wedged into OSGi/Sling 
(standalone instance) 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 a way to 
get JSPs that aren't in JCR to be compiled?

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 attempt to compile the pages.

I've tried wrapping (ie. embedding inline) pax-web-jsp in my own bundle then 
have that bundle import all the Jasper classes but the Sling JSP bundle doesn't 
export the org.apache.jasper classes.  Any suggestions on where to go with this?

Reply via email to