I have a number of apps running on my Tomcat system some are tests and some aren't but I might have spotted a problem of which I am sure someone else would of ran into long before now: If I need to authenticate for more than one app against different schemas that are held in the same database what do I do? There doesn't seem to be any option for this or am I missing something entirely?

Also why can't this be configured in the web.xml (can it - nothing mentions it) since if I want to move an app to another site I will also need to re-configure the server.xml. By containing the info in the web.xml I can then move the app nearly transparently and not have to worry about setting several different files and maybe breaking something else. It seems logical to me that application based should have all configuration information in the web.xml.

Ideas?

Thanks, G.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to