JSP precompile issue - moving to JRE 1.5

We are in the process of migrating our app which is based on JDK 1.4.2 and runs on JRE 1.4.2. We will now be switchin to JRE 1.5._06 and I am told that we need to precompile all the JSPs -- i'm not sure why this is required shouldnt this be taken care of when the app gets deployed and the page is called .. why do i need to precompile i'm just trying to understand.. any help is appreciated .... RR

[408 byte] By [safaqa] at [2007-10-2 23:56:46]
# 1
if your app is large you will do it because the j2ee container will also compile those jsp's into servlets.. servlets are run on the container not the jsp's
jgalacambraa at 2007-7-14 16:43:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...