users@glassfish.java.net

Re: Where are compiled JSP's?

From: <glassfish_at_javadesktop.org>
Date: Wed, 14 Nov 2007 09:50:41 PST

Here is the relevant piece of the default-web.xml:

<servlet>
      <servlet-name>jsp</servlet-name>
      <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
      <init-param>
         <param-name>xpoweredBy</param-name>
         <param-value>true</param-value>
      </init-param>
      <init-param>
         <param-name>keepgenerated</param-name>
         <param-value>true</param-value>
      </init-param>
      <load-on-startup>3</load-on-startup>

   </servlet>

As I stated earlier in this thread, the compiled jsp's only show up when I use the autodeployment and not otherwise, despite the "keepgenerated" flag being set to true.
[Message sent by forum member 'vladchuk' (vladchuk)]

http://forums.java.net/jive/thread.jspa?messageID=245447