0 Replies Latest reply on Jan 8, 2005 5:19 PM by charlescearl

    Speeding up message delivery

    charlescearl

      Guys,

      looks like my fault. In org.jboss.axis.server.AxisService.startService(), it reads:

      // we use the root context as URL infix
      String rootContext = "/" + getRootContext() + "/*";

      should be

      // we use the root context as URL infix
      String rootContext = "/" + getRootContext();


      ????

      Could anyone try that out before I go an check that in?

      Thx,
      CGJ