Hi everyone, I'm using Tomcat 4.1.24 and I have a problem with Jasper.
My JSP Files are big and when Tomcat converts them to servlets javac couldn't compile them, because the generated method is bigger than 65536 bytes. In the source file of that servlet I saw, that every hmtl-tag is surrounded by its own "out.write" statement. My first solution: In $catalina_home/conf/web.xml - Set the parameter mappedfile (Should we generate static content with one print statement per input line, to ease debugging? [false]) to false, although this is the default value. That didn't change anything. Does anybody knows why ??? My second solution: In $catalina_home/conf/web.xml - Set the parameter largefile (Should we store the static content of JSP pages in external data files, to reduce the size of the generated servlets? [false] to true. This failed too. All the static content is still in the servlet. Does anybody know why? Or does anybody have another solution for my problem? Thanks in advance Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
