In addition to trying the "loadClass(className)" method, verify that the jar file containing com.inet.tds.TdsDriver is in your classpath.
Steve -----Original Message----- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 8:15 AM To: [EMAIL PROTECTED] Subject: Re: Class.forname() error in catalina 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
