Dear Arul

If u want to create a connection pool in WAS all you need to do :
1. Open the WAS admin console
2. Click on the 'Types' tab
    Right click on the JDBC driver select create
    Key in a Name for the driver and
    select the appropriate JDBC implementation class
    ' com.ibm.db2.jdbc.app.DB2Driver'  in case if you are using DB2
    key in the URL prefix, and click create .
    You should be getting a confirmation message

3. Now right click on the DataSources, select create
    Give a name for the datasource,
    Give the name of the Database name which u r going to use with
connection pool   like 'demomall' or 'dev'
     select the driver u have created just now.

4. Select the advanced tab and set the connection pool properties then
click the create button.

5. Now go to the Topology tab , towards the end of nodes u would be
noticing the driver and datasources that u have added .

    Right click on the datasource node and select the install button.

There after you can start using the connection pool in your
applications.

Hope this would help u in solving the problem. If not do revert back for
any clarifications.

regards,

Atul Ghanekar
MphasiS Pune

----- Original Message -----
From: Arul <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 02, 2001 3:25 PM
Subject: Connection Poooling in Websphere


> Hello all
>
> Any idea how to set a connection pool in webpshere.In weblogic it becomes
an
> easy task.Just change up the weblogic.properties file
>
> how do i do that in websphere.Should i edit the admin.config file.
>
> Arul
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to