rvice as a generic 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 Brozi
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
org.apache.cata
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
- Origi
ends at 39048
>
> Not compiled
> Memory starts at 39635 and ends at 58760
>
> Does this not look like a memory leak in the jsp compile code??
>
> Thanks,
>
> John
>
>
> > -Original Message-
> > From: Holger Brozio [mailto:[EMAIL PROTECTED]]
>
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
- Original
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>
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 servle