Some JSP containers support the capability of precompiling a JSP page. To precompile a JSP page, access the page with a query string of ?jsp_precompile: http://hostname.com/mywebapp/mypage.jsp?jsp_precompile The JSP page will not be executed. If the container supports precompilation, the JSP page will be compiled if necessary.