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

> Here ya go:
> 
> ---<snip>----
> -rw-r--r--   1 dan      users       70185 Aug  8 09:53 mysql_comp.jar
> -rw-r--r--   1 dan      users      150187 Aug  8 14:33 mysql_uncomp.jar
> ----</snip>---

What does your . and .. directories look like here? (Point number 3 in my
previous email).

> looks readable to everyone.  in fact its the same path that i have in my
> env and which allows me to use mysql_comp.jar successfully when I run
> applicatons as me (instead of user 'nobdy' running them from apache
> jserv)

So, what is the perms on your . and .. directories? If 'nobdy' can't see
into those directories (with the execute bit set) then it won't work!

To summarize what I'm hinting at. The problem is not Apache JServ. There is
probably a thousand people on the net that have this working fine (including
myself).

The error for the problem is that the JVM cannot find the class. 99.9999% of
the time, this is because of a permissions problem. Things running from the
command line are working fine because you are running them as uid dan.
Things running from the JVM are running as uid nobdy. You make the
connection.

-jon


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