-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

...and, yeah, I've checked faq-o-matic.

jserv-SSI works fine, mysql calls through jdbc work fine from
applications, but servlets can find find the driver for some reason.

The classpath *is* set in my jserv.properties:

----<snip>-----
wrapper.bin=/opt/jserv/tyajava
wrapper.classpath=/usr/local/jdk/JSDK2.0/lib/jsdk.jar
wrapper.classpath=/opt/jserv/lib/Apache-JServ.jar
wrapper.classpath=/web/servlets/ApacheJServSSI.jar
wrapper.classpath=/usr/local/jdk/jar/mysql_comp.jar
----</snip>------

And it seems as though jserv knows about it according to my jserv_log:

----<snip>------
08/08/1999 13:17:27:040] (INFO) wrapper: environment[ 2]
CLASSPATH=/usr/local/jdk/JSDK2.0/lib/jsdk.jar:/opt/jserv/lib/Apache-JServ.jar:/web/servlets/ApacheJServSSI.jar:/usr/local/jdk/jar/mysql_comp.jar
----</snip>-----

but in the servlets the Class.forName("org.gjt.mm.mysql.Driver") call
fails every time, where in my applications it works like a champ.

If anyone could point out what I might be screwing up, I'd be most
appreciative.

dan ginsberg
[EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to