Two Connection pools - Tomcat 4.1.29 2004-01-12 - By Julio Cesar Aguilar Cabrera
Back
> I was wondering that is it possible at all to create 2 pools of > connections which are to be used by the same application. I tried to do > someyhing like this in server.xml but the second one doesn't work: - > it's giving me following error for second one
I've created up to 4 pools without problems (Tomcat 4.1.29 and 5.0.16) to a postgreSQL server. The syntax on your xml files looks fine to me, although I have the <Resource> elements together in the server.xml and then the <ResourceParams> elements.
Does the second DataSource works if you remove the first?
-- ---- ---- ---- ---- ---- ---- -- Julio C�sar Aguilar Cabrera Proyecto SIGC3, LANIA
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|