Hi All:
I am a bit confused. Does each context in server.xml have its own JVM
session?
For example, I have two contexts:
1) Catalog - for a product catalog app
2) Support - for customer support apps
Both these contexts need a connection pool to my backend Oracle database.
If both contexts use separate JVM sessions then I would have double the
number of connections to my Oracle database and the connections would
increase per context added.
Is there a way to share the connection pool object across contexts? Again
all this relates back to whether the various contexts runs within one JVM
session or each has its own JVM session.
Thanks,
Joshua
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]