Hi, I am trying (in one painful gulp) to learn about servlet and AXIS programming. I need to know what the best way (in AXIS) to store global information is and how to set it. I will have multiple (stateless) services running, so don't really need session tracking. Should I use MessageContext? I would prefer to have the properties set when the server comes up (things like which JDBC driver to use, etc.). This is probably a pretty easy question, but I'm still orienting myself to what does what.
Thanks! -- J
