Is it possible to use a JSP page as a warmup Servlet in Google App Engine 
for Java?

Example:

    <servlet>
        <servlet-name>search</servlet-name>
        <jsp-file>/search.jsp</jsp-file>
        <load-on-startup>1</load-on-startup>
    </servlet>

Sice JSP pages are compiled into Servlets this should work in theory, unless 
JSP pages and ordinary Servlets are treated differently under the hood.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to