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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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