----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!

We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.

Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------

>I am _realy_ sorry but Outlook Express sent this in HTML format... I just
>realized it... and here is the plain text version of the message I sent
>early... sorry

Outlook is another Microsloth virus designed to make email useless.

>   Class.forName("org.gjt.mm.mysql.Driver").newInstance();
>...
>java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver
>...
>wrapper.class=org.apache.jserv.JServ
>wrapper.class=org.gjt.mm.mysql.Driver

Oh, here you go. Take out this second line. I don't know what jserv would
do when it saw this, but it can't be healthy. The wrapper.class thing tells
mod_jserv which class to run in the JVM when running in automatic mode. You
want wrapper.class to equal org.apache.jserv.JServ, nothing else.

>...
>wrapper.classpath=/usr/local/mm.mysql.jdbc-1.2b/mysql_comp.jar
># I tried with either one of these statments... both... and noone... and its
>the same result
>wrapper.classpath=/usr/local/mm.mysql.jdbc-1.2b/mysql_uncomp.jar

Be sure to restart apache since you're changing the engine properties file
and you need to restart whenever you modify it.

When I was messing with mysql last year the twz drivers worked better than
the mm drivers, though I don't know if anything's changed since then.

-- Ari Halberstadt mailto:[EMAIL PROTECTED] <http://www.magiccookie.com/>




--
--------------------------------------------------------------
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