web application with several databases
Hi there,
I hava a running webapplication with tomcat6. It consists of several tables in one database which is defined in context.xml and web.xml like described in Java Serverpages from WROX. The application is a content management system where you can create new workflows (tables), upload data together with text comments in the individual cells of the tables. All workflows are project related. Now in our company a new project begins and I want to use a new database for that. So my question. What is the recommended way of enabling a non-admin-person to create a new project with a jsp GUI. Is it possible to configure/add JDBC Data Sources via java code? Also for the new project their might be different users/roles. Here the same problem. I would have to define a Realm via java code when the user creates a new project.
I was doing a google-search and going through my tomcat books again but couldn't find something useful.
Thanks in advance.
javaskater
|