Hi,
I tried JSP files of different sizes up to 512 KB size. All static text is
generated into the class file. So how do I enable the largeFile option?
Thanks
Christian
--
Christian Mallwitz INTERSHOP Communications Germany
Senior Software Engineer phone: +49 3641 894 334
> -----Original Message-----
> From: Christian Mallwitz [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 09, 2000 17:21
> To: '[EMAIL PROTECTED]'
> Subject: largeFile init parameter
>
>
> Hi,
>
> I read about the largeFile init parameter and set it to true in my
> conf/web.xml file. but the static HTML is still in the class file.
>
> The FAQ says: "If the file is really large then all the static html is
> stored is a separate data file if the value of this param is
> set to true."
>
> How large is large and can I modify that?
>
> Thanks
> Christian
> --
> Christian Mallwitz INTERSHOP Communications Germany
> Senior Software Engineer phone: +49 3641 894 334
>
>
> > -----Original Message-----
> > From: Christian Mallwitz [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, November 09, 2000 16:56
> > To: '[EMAIL PROTECTED]'
> > Subject: "Not found (404)" error if JSP page contains unsupported
> > encoding
> >
> >
> > Hi,
> >
> > If you have the following JSP:
> >
> > <%@ page session="false" contentType="text/html; charset=UTF-7"
> > %><HTML><HEAD><TITLE>Character Encoding Test - UTF-7
> > JSP</TITLE></HEAD><BODY>
> > <% out.write("This is unicode for Euro: \u20ac [should be
> > €]"); %>
> > </BODY></HTML>
> >
> > I get a "Not found (404)" page. JWS throws an
> > UnsupportedEncodingException
> > though. Nevermind the UTF-7 charset. I use it just as an
> > example and know
> > that the JDK doesn't support it ...
> >
> > Bye
> > Christian
> > --
> > Christian Mallwitz INTERSHOP Communications Germany
> > Senior Software Engineer phone: +49 3641 894 334
> >
>