|
This may or may not concern your
problem:
One change that I have noticed and that had me
wondering for an hour or two was the fact that 3.2 treats paths and filenames
case-sensitive under Windows OSs. With me, a taglib wasn't found because my
META-INF directory was in fact named "Meta-inf". Bummer.
regards, Chris
----- Original Message -----
Sent: Monday, December 11, 2000 4:38
AM
Subject: Version 3.1 works and 3.2
doesn't
I had
Tomcat working well under version 3.1 (except for a memory leak). However, when I change to version 3.2
with no modifications to the JSPs, directory locations etc, I get the
following error "Bad file argument to include". It seems to generate this error
when one JSP calls another JSP and it fails when it reaches a <%@include file="afile.jsp" %>. If I change this
to use <jsp:include page="afile.jsp"/> then I get the error message
"invalid jsp:include tag".
Does
anyone have any idea why it would work on one version but not the
other?
Regards,
David.
|