If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > how to use websphere's built in Connection pool from outside /standalone application

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-03, 09:31
SRISUJA666 SRISUJA666 is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
how to use websphere's built in Connection pool from outside /standalone application

hi,
Does any one know or have an example of
how to use websphere's built in Connection pool from outside /standalone application
Reply With Quote
  #2 (permalink)  
Old 12-15-03, 16:06
jsasvari jsasvari is offline
Registered User
 
Join Date: Jun 2003
Location: Canada
Posts: 37
Re: how to use websphere's built in Connection pool from outside /standalone application

I do not quite understand the notion "outside /standalone application ".

Do you mean you want to use the WAS connection pooling utilised by an application that is not running on that instance of WAS? If this is the case, you may be out of luck :-(

The WAS proprietary connection pool is set up as a resource serving those applications hosted by the application server instance. The pool is managed by WAS, and each application hosted on that instance can have an association built to any of the data sources. I am not aware of any API (or similar) that would open up the pool to external manipulation.

Then again, I may misunderstand what you want to do here. Also, I have not worked with WAS 5 yet. Things may be different there.

Cheers,

Julius
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On