Subject | Re: WebSphere 4 support for FirebirdSQL |
---|---|
Author | Nick Sydenham |
Post date | 2002-10-29T17:41:43Z |
Assuming that my code updates have been included in firebirdsql.jar
the following notes describe how to set up a connection to Firebird
within WebSphere 4/5.
Before starting WAS copy the JARs from client-java\src\lib\ to the WAS
ext directory.
Refer to
http://www-3.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/0606140101.html
for general instructions. Opt to create a new JDBC provider:
* Name: FBJDBCDriver
* Description: Firebird JDBC Driver
* Java class: org.firebirdsql.jdbc.FBConnectionPoolDataSource
After clicking Next, WebSphere will present the user with options for
configuring the datasource. Here you can enter connection parameters
such as database name, user, password, etc.
Click the Test Connection button to check everything works ok.
the following notes describe how to set up a connection to Firebird
within WebSphere 4/5.
Before starting WAS copy the JARs from client-java\src\lib\ to the WAS
ext directory.
Refer to
http://www-3.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/0606140101.html
for general instructions. Opt to create a new JDBC provider:
* Name: FBJDBCDriver
* Description: Firebird JDBC Driver
* Java class: org.firebirdsql.jdbc.FBConnectionPoolDataSource
After clicking Next, WebSphere will present the user with options for
configuring the datasource. Here you can enter connection parameters
such as database name, user, password, etc.
Click the Test Connection button to check everything works ok.
--- In Firebird-Java@y..., "Rick Fincher" <rnf@t...> wrote:
> Hi Nick,
>
> Do you have any hints or words of wisdom for other users trying to use
> JayBird with WebSphere? If so, send them to me ans I'll put your
notes in
> the FAQ.
>
<snip>