Re: Ways of loading the JDBC Driver (was RE: ) - Mailing list pgsql-interfaces

From Gunnar R|nning
Subject Re: Ways of loading the JDBC Driver (was RE: )
Date
Msg-id x68zqxduac.fsf@thor.candleweb.no
Whole thread Raw
In response to Ways of loading the JDBC Driver (was RE: )  (Peter Mount <petermount@maidstone.gov.uk>)
List pgsql-interfaces
Peter Mount <petermount@maidstone.gov.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    


pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: Status of full blob support in JDBC?
Next
From: Peter Mount
Date:
Subject: RE: Ways of loading the JDBC Driver (was RE: )