If content/functionality is relatively static (and you are not deploying to unknown containers), JSPs should really be precompiled by the container JSP compiler (Jasper in Tomcat) and included in the jar deploy file.
Mark -----Original Message----- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 10:44 AM Don't forget that each Tile is a jsp that need to be compiled at the first hit, like all jsp. This happen normally only once when you change the jsp content. After that, performances overhead is not significant. Cedric -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>