On Fri, 22 Aug 2003 21:02:13 GMT, Wojtek <su-> wrote or
quoted :
>If you change a JSP file, then the server will automatically compile
>it. So the first user to hit that page will suffer a slight delay, but
>all subsequent users will not. Or you can pre-compile the JSP.
The key point to understand is the JSP page is NOT compiled on every
request!
The other point is that you can change the JSP code on the fly without
taking down the server, or can you?
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.