Re: Ways of loading the JDBC Driver (was RE: )

From: Gunnar R|nning <gunnar(at)candleweb(dot)no>
To: Peter Mount <petermount(at)maidstone(dot)gov(dot)uk>
Cc: "'George Koras'" <gkoras(at)cres(dot)gr>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Ways of loading the JDBC Driver (was RE: )
Date: 2000-11-06 14:55:39
Message-ID: x68zqxduac.fsf@thor.candleweb.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Peter Mount <petermount(at)maidstone(dot)gov(dot)uk> writes:

> I'm going to rewrite the README file shortly so I'll add this one in.
>
> So far, the various ways of loading the driver are:
>
> WAGS Method
> ---------------------------------------------------
> .XX. Adding the .jar file into CLASSPATH
> .AX. Using -Djdbc.driver parameter on command line
> .XXX Place a copy of the .jar file into the jre/lib/ext directory
> ...X Place .jar file into wrapper.classpath parameter in jserv.properties
> Xnnn Merging the .jar file contents with the applet's classes
> nnnn Extracting the .jar file contents and not using any .jar files at
> all
>
> Where:
> W Applets through a web browser/server
> A Applications only (not AppletViewer)
> G Applications (also Applets through AppletViewer)
> S Servlets
>
>
> Have I missed any out?
>

Well, technically there is no difference between the servlet case and the
application case. You can start up JServ with the -Djdbc.driver argument,
allthough I wouldn't recommend it.

Apache JServ is only one example of how configuration is done. The new
servlet APIs have better deployment specification than what you find in 2.0
API that JServ implements.

Regards,

Gunnar

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-11-06 15:10:42 RE: Ways of loading the JDBC Driver (was RE: )
Previous Message Peter Mount 2000-11-06 14:03:02 RE: Status of full blob support in JDBC?