glassfish « Jar « JSP-Servlet Q&A





3. Packaging JSP in JAR files    java.net

Take the sample above. You'll notice it depends on "org.apache.*" classes, since Tomcat is an ancestor of the current Servlet and JSP implementation within Glassfish. Now, I don't know quite what version of Tomcat they started with in Glassfish, but even if I did, there's no guarantee that they actually are still compatible with that implementation. So, even though a Glassfish ...