Hi, We are working with tomcat 4.0.1 We are using a struts like framework having extensive tag library. We display all the data using custom tags.
We have noticed that when the number of custom tags for a jsp page is too large, our tomcat crashes. Our JSP has more than 125 <bean:message key.../> tag apart from other custom tags. We hunted for the solution in mailing lists. As per a suggestion, we should split the JSP into multiple JSPs and include the pieces by using <jsp:include> directive. We have split the JSPs but the problem persists. At times (But not always!) tomcat log file shows java.stackoverflow error when server crashes. Can anybody suggest a work around? Thanks and Regards ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
