I'm having a problem with servlets that use JDBC. I have a servlet that
runs a simple query and returns some rows. As a stand alone app it works
just fine, but when I switch it over to run as a servlet I get a Error
Connection: java.sql.SQLException: No suitable driver message. At first I
though it was CLASSPATH problem, but I returned the CLASSPATH along with
the error message and the jar file for the jdbc driver is listed. I know
the URL is correct because like I said it works just fine as a stand alone
app. Any idea what might be the problem? I'm running Informix-SE under
Caldera Linux with jdk 1.1.7.