| Author |
Websphere Connection Pool Problem
|
pani_pani2000
Greenhorn
Joined: Dec 07, 2001
Posts: 7
|
|
I am using WAS v3.5.4 and JDBC2.0 . My client wants that after the DB is shut down and restarted , the application should start on the first connection to the DB . At present , on the 1st connection to DB after DB is shut down and restarted , connection pool is getting destroyed and connection pool is in "Does not exit" state . and the next time when DB ic connected teh connection poool is created. What we need is that , at the very 1st instance of DB connection after DB is shutdown and retstared , Connection pool should be destroyed ( which is happing now ) and new connection is created ( which is not happening ) can anybody know , is there any facility available is Websphere v3.5.4 application server which will do this dual purpose .so that at the very 1st connection of DB , we will able to run our application. thanks is advance Sailendra Panigrahi
|
 |
Andy Rodriguez
Ranch Hand
Joined: Oct 16, 2001
Posts: 95
|
|
Please refrain from cross posting and avoid multiple posts : http://www.javaranch.com/ubb/Forum46/HTML/000863.html http://www.javaranch.com/ubb/Forum36/HTML/000288.html Not a sheriff but hey i like to see a clean forum that is easily accessible and readable [This message has been edited by Skinner Seymour (edited December 11, 2001).]
|
My ramblings @<br /> <a href="http://javarecon.tripod.com" target="_blank" rel="nofollow">http://javarecon.tripod.com</a>
|
 |
Fred Abbot
Ranch Hand
Joined: Jun 01, 2000
Posts: 300
|
|
|
You will get your connection as soon as soneone tries to connect to the database though WAS
|
 |
 |
|
|
subject: Websphere Connection Pool Problem
|
|
|