----------------------------------------------------
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>
----------------------------------------------------
>twz drivers? I don't think I've heard of those... I thought mm was the only
>free JDBC driver for MySQL
I got the drivers from <http://www.voicenet.com/~zellert/tjFM/>.
>
>Do you think it could be someting with the permissions of the directory
>where the mm driver is kept?
Check the User directive in httpd.conf (say, "nobody"), then do an su to
that user (you may need to switch to root first, then switch to the apache
user), and try running your non-servlet java program as that user. If it
works as that apache user then it probably is not a permissions problem.
>-rw-rw-r-- 1 root root 70185 Jul 7 16:51 mysql_comp.jar
>-rw-rw-r-- 1 root root 150187 Jul 7 16:51 mysql_uncomp.jar
World readable, so ok.
>and the mm directory itself is:
>
>drwxrwxr-x 4 root root 1024 Oct 8 18:35 mm.mysql.jdbc-1.2b
Also world readable and searchable, so ok. But you need to make sure that
every parent directory is also accessible to the apache user.
Classpath problems are such a pain. It's interesting that in 1999 people
still have to worry about where such-and-such a file is placed and make
sure that all the little config files are happy. I wonder if Jini will work
after all, kind of a distributed "where the heck is that class" problem
(and I think jini's a cool technology).
-- 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]