Hi,

I am moving from Tomcat 5 to 6, and jsp's that worked fine in 5 now give me
this length error.  

I also have moved from java j2sdk1.4.1_02 to jdk1.6.0_18.

I know I can rewrite the code, and over time I probably will, but is there a
way of configuring Tomcat 6 to enable me to compile these jsp's?

Thanks,

Iain


Peter Hubbard wrote:
> 
> On Fri, 2006-05-12 at 14:02 +0200, lk wrote:
>> Hi,
>> 
>> I got this bad error.
>> 
>> Is there a way to solve this problem (maybe in the configurations file)?
>> 
>> Thanks
> 
> This simply means you have way too much jsp code in one file.
> 
> Maybe you could split them up, or remove some of the functionality from
> the jsp itself into helper classes.
> 
> As far as I know, it is a limit placed on method size by the JVM - I'm
> not sure if it can be changed.
> 
> 
> -- 
> Peter Hubbard <pet...@staff.telkomsa.net>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/The-code-of-method-_jspService%28...%29-is-exceeding-the-65535-byteslimit-tp4356835p27212087.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to