You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Woodchuck <wo...@yahoo.com> on 2004/06/16 18:53:18 UTC

JSP compiled class file -- size limitation?

just curious,

is there any issues relating to how big in size a JSP
can be in Tomcat?

i remember working with Websphere, JSPs have a
limitation of 64k.  that is, if the compiled .class
file for a JSP exceeds 64k, the server will return an
ugly run-time error whenever someone tries to access
it.

also, WebSphere had a JSP name length limitation as
well.  if the name of the JSP file was over a certain
number of characters, it would also cause a run-time
error. (can't remember if this included the entire
context path or not.. ie. if you have a deep JSP
folder structure)  does Tomcat have issues with name
lengths as well?

thanks in advance


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: JSP compiled class file -- size limitation?

Posted by Tim Funk <fu...@joedog.org>.
Tomcat has the same file size limits.

As for file length, that is probably operating system dependent.

-Tim

Woodchuck wrote:

> just curious,
> 
> is there any issues relating to how big in size a JSP
> can be in Tomcat?
> 
> i remember working with Websphere, JSPs have a
> limitation of 64k.  that is, if the compiled .class
> file for a JSP exceeds 64k, the server will return an
> ugly run-time error whenever someone tries to access
> it.
> 
> also, WebSphere had a JSP name length limitation as
> well.  if the name of the JSP file was over a certain
> number of characters, it would also cause a run-time
> error. (can't remember if this included the entire
> context path or not.. ie. if you have a deep JSP
> folder structure)  does Tomcat have issues with name
> lengths as well?
>  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org