We're getting to the point where we're integrating a bunch of stuff into a
web app .. two different ejb modules plus a web module. I'd like to have a
single central place where user-customizable configuration can be stored.
Experimenting with env-entry in the web.xml file seems to indicate that
those environment vars are not available (by any naming convention I've been
able to think up) in the ejb modules. I can put the env-entry into the
deployment descriptor for the bean that needs the value and get access, but
that would be too messy for the end-user to be messing with! Anyone have any
ideas?


Reply via email to