I'm trying to understand how Axis2 is initialized. When deploying Axis2 in a Servlet container (like Tomcat) there are two Servlets that get invoked: AxisServlet and AxisAdminServlet. Both of these Servlets seem to go through the same initialization routine setting up Axis2 configurations. In this way it appears that both Servlets contain their own instance of Axis2 and therefore their own copies of the running services and modules and both will probe for new services and modules. It seems to me that Axis2 should only be configured once and this configuration should be shared between AxisServlet and AxisAdminServlet.
Am I correct in my assessment above and if so are two instances of Axis2 created intentionally? Thanks, Lawrence --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
