Define Precompile of Jsp page »



Q) How do you precompile a jsp page?
A) 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.