[jetty-user] JSP implementation confusion
Philippe Marschall <[email protected]> Mon, 05 Aug 2013 11:55:22 +0200
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Hi I'm a bit confused when it comes to the JSP implementation Jetty uses. At first glance it seems you're using the reference implementation from GlassFish. However whereas the GlassFish implementaiton only has a JSR-199 compiler and therefore requires a JDK you also seem to have a JDT compiler and therefore also ship JDT core. Second the servlet implementation classes (Request, Resonse, Sesion, …) don't seem to be visible to the application classloader (which is good) but the JSP compier classes and the whole of JDT core itself seem to be visible to the application classloader. Is this intentional? Cheers Philippe