----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I know it's probably something stupid we're doing .... but ...

We're not able to get servlets under Apache/Linux to talk to MySQL.  The
problem is we get the following error when connecting to the database:

        java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver

BUT we have placed the jar file into the correct clas path in
jserv.properties ... i.e.

        wrapper.classpath=/home/httpd/classes/mm.mysql-2.0.1-bin.jar

AND yes, the path/file has the proper permissions so that jserv can get to
it.

The log jserv_mod.log shows it being referenced on startup.

        [17/10/2000 14:58:30:346] (INFO) wrapper classpath:
/usr/lib/apache/ApacheJServ.jar:/home/httpd/classes/servlet-2.0.jar:/home/ht
tpd/classes/mm.mysql-2.0.1-bin.jar

Yes, we can access the database via. a SQL client.

Any clues?

Thanks,

Bill



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to