Dear all,
I'd like to have Apache have application variables, to be retrieved later from within JSP pages, so I don't need to hard code them. For instance, I want it to keep a list of directories it need to scan for a certain action.
How is it possible? How can I retrieve them later in Java? I looked into WEB-INF/web.xml but it seems not to work.
Appericiate any help, Nir.

Reply via email to