Standalone jave works, but the servlet doesn't? Sounds like either the file isn't in the right place ( $CATALINA_BASE/common/lib, $CATALINA_BASE/lib, or WEB-INF/lib ) or it's named as a .zip instead of .jar. Tomcat only looks for .jar files (.zip files are ignored) in one of the above listed directories.
Hope this helps some in figuring things out... --David On Friday 11 January 2002 01:14 pm, you wrote: > I am using tomcat 4 and I am having problems loading the jdbc driver as > follows: > "java.lang.ClassNotFoundException: com.informix.jdbc.IfxDriver " whenever I > try to load the servlet thru the web browser. > However, if I run the jdbc loading through standalone java program, it > loads fine and executes the query. Please advice. Thanks! > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
