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

Michael Travars wrote:
>    The solution:
>        In the jserv.properties file (it should be located in someplace like
> /etc/httpd/conf/jserv/jserv.properties), add the following line:
>     wrapper.classpath="/your/path/to/mm.mysql.jdbc-1.2b"  Don't include the
> quotes, and don't put a slash at the end.

I have no idea why, but when I changed both my wrapper classpath and
environment variable CLASSPATH from 
    "/mm.mysql.jdbc-1.2b/mysql_uncomp.jar" (plus the rest)
to
    "/mm.mysql.jdbc-1.2b" (plus the rest)
the ClassNotFoundException's have cleared up.  Of course, heheh, now a
whole host of other errors have now been allowed to surface, but that's
progress, right?  :)

This is just the opposite of how my JSDK .jar file behaved - the servlet
engine couldn't find them until I specified the .jar file itself in the
classpath, just the directory wouldn't work. <shrug>

Ah, well, so on to the next thing.

BTW, I did look at the file and directory permissions - the contents of
all directories are visible to all users, but the .jar files were
read-only to all but root.

Many thanks to you all for your help.

Kate


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