I have several tag files that are stored into a JAR file for reuse.  I have a
TLD in META-INF that declares the tags and their locations within the JAR.

When loading a JSP page that references these tags, the page loads twice as
slow when the tag files are stored in the JAR.  It looks like Tomcat is
reloading the tag files from the JAR everytime a tag is used in a JSP page. 
It adds several seconds to the render time of my JSP pages.

Is there anything I can do to resolve this issue?  I am running JBoss 4.0.4,
which includes Tomcat 5.5.


-- 
View this message in context: 
http://www.nabble.com/Tag-files-stored-in-JAR-are-slow-tf3029593.html#a8418091
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to