If you check the mail archives (for tomcat-user), Craig has responded to
this one a couple times.  Tomcat's new JSP compiling capabilities actually
break up the JSP into multiple calls, because the limit isn't the file size,
it's the method size.

-----Original Message-----
From: Yansheng Lin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 3:23 PM
To: 'Struts Users Mailing List'
Subject: [OT]Limit of a servlet class file in Struts?


I thought it was 60k at first, but apparently some of my files are bigger
than
that(which was quite a surprise, maybe because I used @include).  I remember
I
learned it somewhere that there is a limit on the size of a java class file.


So my question is: what's the limit, and who impose the limit -- tomcat or
javac? 

I am weary to dive into Tomcat source code right now...

Thanks in advance!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to