0 Replies Latest reply on Nov 21, 2002 4:20 PM by waiken

    JSP precompilation and Jetty

    waiken

      Id like to pre-compile my JSPS in production and Im wondering if I have to register/create servlet URL mappings for each one (in web.xml) in order for it to work?

      Is there a way to tell Jetty (or whatever server) to automatically use the precompiled class when the JSP is requested?

      Thanks