This is just a toss in from a methodology pundit, but if your JSP is over
70K, is there perhaps something you could do better with a class or EJB?
Remember, you CAN mix classes with EJB's.  In the Orion Server course I
teach, I regularly create a bean that does connection pooling as a method to
instruct JNDI.  Of course, the basics of this bean is found in WROX, but it
works pretty well.

Anyway, why not try and take some of that jsp code and put it into a bean?

Michael Van
Found, JUGerNaut Engineering Guild

----- Original Message -----
From: LouisVoo <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 12:04 AM
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/HttpServletRespo
> > > nse;)V) Illegal target of jump or branch
> > >
> > > Egor Savotchkin
> > >
> > >
> >
>
>


Reply via email to