Class Loader Crazy!!!

2004-11-24 Thread Regis Santos
Hello everbody, I've read in Tomcat 5 Docs that when a web application needs a class or a resource, the Class Loader looks in the following repositories, in this order: - Bootstrap classes of your JVM - System class loader classses (described above) - /WEB-INF/classes of your web application

Re: Class Loader Crazy!!!

2004-11-24 Thread Tim Funk
jasper-compile.jar is not meant to be copied. jasper-runtime.jar is for use when you precompile your jsp's so they may be used in any container (including a newer tomcat version) If you precompile your jsp's against tomcat 4 - they will run fine in tomcat 5 if you copy jasper-runtime.jar into