What OS are you running on?
Windows for example is not case-sensitive in file names.
Ronald.
On Thu Mar 23 13:59:23 CET 2006 Tomcat Users List <users@tomcat.apache.org>
wrote:
Hi,
I just updated to Tomcat 5.5.16 about 2 days after it was released.
Yesterday I walked into what seems to be a bug. I'm not sure whether Tomcat
5.5.15 had this problem as well. I am sure, however, that Tomcat 4.0.6 did
*not* have this problem.
I've got the following class/package structure:
1: nl.hhv.merlin.gui.editor.EditButtons
2: nl.hhv.merlin.gui.Editor
3: nl.hhv.merlin.gui.editor2.EditButtons
Note that packagename of the first class is equal to the fully qualified
name of the second class (except for caps/nocaps). This should be no problem
right?!? At least it never was until now.
Now I have a JSP that simply does:
<%
nl.hhv.merlin.gui.editor.EditButtons buttons = null;
%>
Eclipse has no problems with this JSP, and happily accepts it, why shouldn't
it? Looks fine to me to :-) But Tomcat 5.5.16 gives me the following error:
Generated servlet error:
nl.hhv.merlin.gui.editor cannot be resolved to a type
When I change my JSP to:
<%
nl.hhv.merlin.gui.editor2.EditButtons buttons = null;
%>
Tomcat compiles the JSP without any problems. Note that the 2nd EditButtons
class is an EXACT copy of the first. All three classes are zipped into the
same jar, so it's not a classpath issue.
Any thoughts on this?
Regards,
Paul Hamer
management & development
[EMAIL PROTECTED]
toHAVE websolutions
www.tohave.nl
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]