Try this instead: Thread.currentThread().getContextClassLoader().loadClass(className);
Larry >>> [EMAIL PROTECTED] 02/12/03 03:54 AM >>> Im having another problem with tomcat 4.1.18. My classes run fine with tomcat 3.2.1. And tomcat 4.1.18 seems to be set up correctly now thanks to some help. One of my methods makes this call. Class.forname(); But catalina then gets this error in a printstacktrace. Does anybody know anything that will help??? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
