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]>

Reply via email to