may I suggest the use of <jsp:include /> tag... it's really a life-saver


JP

-----Original Message-----
From: Dan Winfield [mailto:[EMAIL PROTECTED]]
Sent: Miércoles, 17 de Enero de 2001 6:48
To: Orion-Interest
Subject: Re: URGENT! jsp file size limit


Cheers guys

I have not solved the problem. Suffice to say that I have the problem unique
to my machine, as other machines in the office are ok with the same JSP
file.

Have changed my JDK to 1.3 as well and still the problem exists.

Someone mentioned to use EJB. The JSP page is a view template in a MVC set
up and only contains print statements. The file is big because of html.

I will try the out.flush() tip below!

Dan
----- Original Message -----
From: "LouisVoo" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 4:42 PM
Subject: Re: URGENT! jsp file size limit


> Hi Victor,
>     I think u misunderstood me, I'm not asking the question, I answer the
> question! I don't have any problem.
>
>
>
>
>
> Regards,
>
> Louis
> ø¤°`°¤ø,¸¸¸,ø¤°`°¤ø,¸¸»«¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø
>
> ----- Original Message -----
> From: "Victor A. Salaman" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 16, 2001 2:45 PM
> Subject: RE: URGENT! jsp file size limit
>
>
> > If it works in Orion, why are you asking here? send email to Allaire
> > instead.
> >
> > > -----Original Message-----
> > > From: LouisVoo [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, January 17, 2001 1:05 AM
> > > To: Orion-Interest
> > > Subject: Re: URGENT! jsp file size limit
> > >
> > >
> > > what is ur file size?
> > > may be u can try this
> > > put <% out.flush(); %> in somewhere ur jsp file.
> > >
> > > I have a >70kb jsp file run in orion without problem. But I
> > > try it in JRun,
> > > I need to use the above solution.
> > >
> > > hope this help.
> > >
> > >
> > >
> > > Regards,
> > >
> > > Louis
> > > ø¤°`°¤ø,¸¸¸,ø¤°`°¤ø,¸¸»«¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø
> > >
> > > ----- Original Message -----
> > > From: "Dan Winfield" <[EMAIL PROTECTED]>
> > > To: "Orion-Interest" <[EMAIL PROTECTED]>
> > > Sent: Tuesday, January 16, 2001 8:50 AM
> > > Subject: Re: URGENT! jsp file size limit
> > >
> > >
> > > > Hi Savotchkin
> > > >
> > > > I saw you emailed this to Orion. I am having a similar
> > > problem. Did you
> > > find
> > > > out what was wrong?
> > > >
> > > > Dan
> > > > ----- Original Message -----
> > > > From: "Savotchkin Egor" <[EMAIL PROTECTED]>
> > > > To: "Orion-Interest" <[EMAIL PROTECTED]>
> > > > Sent: Monday, October 09, 2000 5:59 AM
> > > > Subject: URGENT! jsp file size limit
> > > >
> > > >
> > > > > Hi all!
> > > > >     Orion seems to have jsp file size limit, when my analog of the
> > > > > ScreenDefinitions.jsp from Pet Store grows beyond this limit orion
> > > issues:
> > > > >
> > > > > 500 Internal Server Error
> > > > > Error parsing JSP page /visitor/visitor.html
> > > > >
> > > > > Error creating jsp-page instance: java.lang.VerifyError: (class:
> > > > > __jspPage0_template_jsp, method: _jspService signature:
> > > > >
> > > >
> > > (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/Ht
> > > tpServletRespo
> > > > > nse;)V) Illegal target of jump or branch
> > > > >
> > > > > Egor Savotchkin
> > > > >
> > > > >
> > > >
> > >
> > >
>
>
>


Reply via email to