as mentioned in books ,when we append ?jsp_precompile to any query it will compile the files n further queries will be accessed faster.. now my question is "how to use this ?jsp_precompile"
- whether to use in url written in code appended with "?jsp_precompile"
- or to call this jsp page specially in the browser by appending this.
so. if it the first case then it is not working in mine, as when i do this the jsp page is called but has nothing in it.. the query that appears on browser has jsp_precompile appended to it or this may be related to my http://www.coderanch.com/t/615977/Tomcat/jsp-compiled-files-java-files this problem. (please try to answer this one also).
or if it is the 2nd case then why is the need of appending this in the end as calling a jsp from a browser will automatically compiles it.. what this jsp_precompile does special..