Jasper and big jsp files ( not working !! )

2003-01-07 Thread webmaster
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-namejsp/servlet-name
servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class
init-param
param-namelogVerbosityLevel/param-name
param-valueWARNING/param-value
/init-param
init-param
param-namelargefile/param-name
param-valuetrue/param-value
/init-param
load-on-startup3/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]




Re: Jasper and big jsp files ( not working !! )

2003-01-07 Thread Holger Brozio
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-namejsp/servlet-name

servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class
 init-param
 param-namelogVerbosityLevel/param-name
 param-valueWARNING/param-value
 /init-param
 init-param
 param-namelargefile/param-name
 param-valuetrue/param-value
 /init-param
 load-on-startup3/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]




Re: Jasper and big jsp files ( not working !! )

2003-01-07 Thread webmaster
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
bodylots 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-namejsp/servlet-name
 
 servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class
  init-param
  param-namelogVerbosityLevel/param-name
  param-valueWARNING/param-value
  /init-param
  init-param
  param-namelargefile/param-name
  param-valuetrue/param-value
  /init-param
  load-on-startup3/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]