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


Sorry if this has been answered but I can' t find it in the faq and I can't seem to
search the mailing list archive ...

Setup is

        OS: Solaris7
        WebServer: apache 1.3.6
        JavaServlet: JServ (using JSDK 2.0)
        Java: 1.1.6
        Jserv: 1.0 Final

I can get my Java Servlet to run if I use a

        Class.forName("prostgresql.Driver");

line before I do the

        DriverManager.getConnection(urs, user, passwd);

But I'd prefer not to have to do that so the 
Servlet is jdbc driver independant. I know if I run
a Java programme from the command line I can use

        -Djdbc.driver=postgresql.Driver

on the command line, and I can set it various .properties
files, but I can't work out the settings in the
jserv.properities file for the equivalent.

Any help thanks ...



----
You are the simulacrum of my dreams
 and the signifier of my desires

Mr Grumpy ... come and visit his home!
        http://www.cyber4.org/members/grumpy/index.html


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