-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Konstantin,
On 1/18/2010 7:08 PM, Konstantin Kolinko wrote:
> 2010/1/18 iainmac :
>>
>> 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
2010/1/18 iainmac :
>
> 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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Iain,
On 1/18/2010 10:28 AM, iainmac wrote:
> I am moving from Tomcat 5 to 6, and jsp's that worked fine in 5 now give me
> this length error.
Unlikely. See below.
> I also have moved from java j2sdk1.4.1_02 to jdk1.6.0_18.
This is going to be th
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 j
"lk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Hi,
>
> I got this bad error.
>
> Is there a way to solve this problem (maybe in the configurations file)?
>
It's sort of hard to tell without knowing the Tomcat version ;-).
> Thanks
>
> LuKe
>
>
> --
> Email.it, the professiona
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