Hi,
I am using JavaWebServer2.0 on Solaris with Informix as database.
I have kept my servlet classes in the servlets directory under
JavaWebServer2.0 and the jsp files in the doc directory.
When I try to invoke a servlet/jsp that uses a bean to connect to Informix I
get the following error:
java.lang.ClassNotFoundException: Unable to find class
com.informix.jdbc.IfxDriver
I wrote a simple test application without servlets which too uses JDBC. That
works fine. The informix related classes are in the jar file ifxjdbc.jar.
I also tried placing the ifxjdbc.jar in the servlets directory along with
the other servlet class files.
But I still get the same error.
Thanks
Jasbinder
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets