Is it possible to create datasources dynamically in Tomcat 6 without redeploying web application? -
i need create databases on fly in web application. need create datasources new databases. possible create datasource in tomcat 6 without need redeploy web application every time new datasource created?
you can apparently accessing admin app own code - see this thread.
the other option not use container-managed datasources.
Comments
Post a Comment