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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -