> > Actually it somehow seems that something is looking for TLDs > at startup - that's a bug for me. The TLDs should be processed > when the first JSP is complied - not before. If a webapp > doesn't use JSPs or uses precompiled JSPs ( which is a very > good idea IMO ) - then there is no point on scanning each > jar for TLDs.
I don't know anybody that likes it, but it's required by the JSP-1.2 spec (and still in the current draft of the JSP-2.0 spec). The TLDs may contain Listeners, and the only way to get them registered is to scan at startup. > > Costin > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>