Hi all, while trying to run Tomcat 3.2.4 with current cvs, I found out that Class.getResource fails to load resources whose names start with a '/'. Other VMs load these resources just fine. The problem seems to be that Class.fullResourceName does not remove the leading slash. Since this was changed not too long ago, I wonder if there's something else going wrong? Greetings, Helmer Krämer