Saturday, March 14, 2009

How do you precompile a jsp page (JSP)

Question :How do you precompile a jsp page? (JSP)
Answer :To precompile a JSP page, access the page with a query string of ?
jsp_precompile
http://www.javagalaxy.com:8080/RMI/index.jsp?jsp_precompile
the jsp page will not get executed by this action.

No comments: