Hi,

I guess my problem is a little bit different. I don't see the exception in the error 
log and when I put something 
like:

<% <!-- here goes my code --> %>

<html>
<body>lots of html... more than 8192 charaters</body>
</html>

Jasper compiles the file and the out.println("<html>...") line is trimmed in 8192 
characters... :((



On Tue, 7 Jan 2003 20:15:22 +0100, "Holger Brozio" <[EMAIL PROTECTED]> escreveu :

> De: "Holger Brozio" <[EMAIL PROTECTED]>
> Data: Tue, 7 Jan 2003 20:15:22 +0100
> Para: "Tomcat Developers List" <[EMAIL PROTECTED]>
> Assunto: Re: Jasper and big jsp files ( not working !! )
> 
> Hi,
> 
> i have reported this as a bug before, see
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14359
> 
> for more details, but i have no real solution for this now. Is this also
> your problem?
> One workaround may be to split the jsp files and include the content by a
> jsp:include?
> 
> Holger
> 
> ----- Original Message -----
> From: "webmaster" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 07, 2003 7:38 PM
> Subject: Jasper and big jsp files ( not working !! )
> 
> 
> > Hi all,
> >
> > I have a problem with both Jasper and Jasper2. If I have a huge piece of
> HTML inserted between two
> > statements, the generated out.println("") on the compiled code outputs
> just the first 8192 characters. I tried to
> > play with the 'largefile' option in the /conf/web.xml:
> >
> >     <servlet>
> >         <servlet-name>jsp</servlet-name>
> >
> <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
> >         <init-param>
> >             <param-name>logVerbosityLevel</param-name>
> >             <param-value>WARNING</param-value>
> >         </init-param>
> >         <init-param>
> >             <param-name>largefile</param-name>
> >             <param-value>true</param-value>
> >         </init-param>
> >         <load-on-startup>3</load-on-startup>
> >     </servlet>
> >
> > and it does not work either. I'm using Tomcat 4.1.18 with Jasper2.
> >
> > Thanks
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to