So we're greenfielding a new project. We're looking at using JSR375 as it contains some great APIs.
One thing I really like about the way TomEE works is keeping configuration in the environment. For instance, it's really handy to use tomcat-users.xml locally, then when the code is deployed, it automatically uses LDAP. This is merely a config change on the server, rather than having to recompile the WAR. Any idea how we could accomplish this using JSR375? I was curious if we could/should implement a custom identity store that directly integrates with the tomcat realm. Thanks as always, TomEE continues to be the best platform to build apps on (not at all biased haha). cheers, -Jonathan -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
