On 13/10/2022 14:17, Artur Swat wrote:
How app Y can get a library from app X? Is tomcat\temp shared between web applications?
If you define a DataSource as a global resource then the associated JDBC driver has to be loaded by the Common class loader. That makes it visible to all web applications.
Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
