By the way, I have a solution that loads a JNDI tree from an XML file for a
standalone app using commons-naming and commons-digester.
I used a Tomcat-like XML format, and this can be a much nicer way to
configure DBCP for a standalone app without using JOCL.

Anyone interested? It probably belongs with commons-naming, rather than DBCP
though.

Cheers,
Brett

> -----Original Message-----
> From: Dirk Verbeeck [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 4 November 2003 8:24 AM
> To: Jakarta Commons Users List
> Subject: Re: DBCP accessed by an outside JVM
> 
> 
> What are you trying to do? What do you need?
> 
> - Connection pool in standalone application
> - JNDI lookup in standalone application
> - workaround for firewall blocking direct database connections
> - transaction coordination between webapp / standalone
> - invoke business method inside webapp
> - ...
> 
> Take your pick
> 
> -- Dirk
> 
> Benoit Marchal wrote:
> 
> > Dear All,
> > 
> >  
> > 
> > We have an application that works in parallel with tomcat in a 
> > separate JVM. We would like that application to access the 
> DBCP of a 
> > web application of Tomcat, so the application in the 
> outside JVM can 
> > use the connection of the pool. Is that possible to do that 
> ? If yes 
> > How?
> > 
> >  
> > 
> > Benoit Marchal
> > 
> >  
> > 
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to