You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/01/30 23:58:33 UTC

DO NOT REPLY [Bug 6088] - Too many custom tags?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6088>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6088

Too many custom tags?

william.barker@wilshire.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Unknown                     |Jasper



------- Additional Comments From william.barker@wilshire.com  2002-01-30 22:58 -------
I have several pages with twice as many tags on them, so it can't be a tag 
limit.  You could try setting largeFile="true" on JspInterceptor (and re-
compiling the JSP pages).

Since Tomcat doesn't generate byte-code, it is hard to see how this can be a 
Tomcat bug.  The byte-code is generated by either javac or jikes.  You could 
try using the other one in the javaCompiler attribute.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>