Relative Content

Tag Archive for javadatasourcestrutsdbcontexttomcat9

Tomcat not able to find CustomDataSourceFactoryClass

I have an application in struts with external tomcat. I have implemented a CustomDataSourceFactory in extrernal that reads the context.xml file and create datasource for application. I have included the external jar in my application as maven dependency.
When the application boots up, I can see the logs of CustomDataSourceFactory that I have added.
But After few seconds, I see the error