Re: Problem with JSTL on W2k

2003-01-17 Thread Holger Brozio
user, i got the exception access denied. I have now set the property java.io.tmpdir to a directory within the tomcat installation and now everything works fine. Maybe this should be done by default?! Cheers Holger - Original Message - From: Holger Brozio [EMAIL PROTECTED] To: Tomcat Users

Problem with JSTL on W2k

2003-01-16 Thread Holger Brozio
Hello, i have a problem with the JSTL on W2k. If i start tomcat i get the follwoing exception: javax.servlet.ServletException: Exception processing JAR at resource path /WEB-INF/lib/jaxen-full.jar at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930) at

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 -

Re: Javac memory leak

2002-11-21 Thread Holger Brozio
leak in the jsp compile code?? Thanks, John -Original Message- From: Holger Brozio [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:14 PM To: Tomcat Developers List Subject: Re: Javac memory leak I also have no memory leak problems now with Tomcat

Re: Javac memory leak

2002-11-20 Thread Holger Brozio
I also have no memory leak problems now with Tomcat 4.1.12. But i'm using jikes instead of javac as jsp page compiler. Whats about switching to jikes. If the memory leak problem is gone with jikes, javac still leaks memory, otherwise it is a problem in the jsp pages. Cheers Holger -

largefile option in 4.1.12

2002-10-30 Thread Holger Brozio
inside of the jasper package? Thanks in advamce. Holger Brozio -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org

Charsets and RequestDispatcher

2002-10-29 Thread Holger Brozio
Hello, i have made the following observation: I am using Tomcat 4.1.12 on Windows NT. If i display the jsp page with charset windows-1253 by invoking the page the direct way, the characters are displayed correct. e.g. http://localhost/jsp/enc_test/ch1253.jsp After that i wrote a small