Hi,

I am new to OJB.
I would like to use OJB with struts.
I have looked at the examples, and docs, and it
shows how to configure it and use with some database.
But it uses it's own connection pool.

1.
How to use container's pool?
I have some pools defined in the container (Tomcat),
and would like to reuse it. Other apps get reference to
it via JNDI.

2.
Is there any way to use more than 1 database in one ojb project?
I have an app where I use 3 different database connections
to get all needed data sometimes.
Any way to configure ojb to use more than 1 connection?
example:
  Database A uses tables:
     customer,
     article
     ...
  Database B uses tables:
     users
     groups
     ...
  and database C uses some other tables
  
Any way to have it in one config?

Darek


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to