You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2001/09/06 22:49:49 UTC

cvs commit: xml-axis/java/src/org/apache/axis/server server-config.xml

gdaniels    01/09/06 13:49:49

  Modified:    java/src/org/apache/axis/server server-config.xml
  Log:
  Correctly register URLMapper handler before referring to it.
  
  The deployment code should have noticed this and thrown an exception
  of some sort...
  
  Revision  Changes    Path
  1.7       +1 -0      xml-axis/java/src/org/apache/axis/server/server-config.xml
  
  Index: server-config.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/server/server-config.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- server-config.xml	2001/07/30 13:24:27	1.6
  +++ server-config.xml	2001/09/06 20:49:49	1.7
  @@ -9,6 +9,7 @@
     <handler name="JWSProcessor" class="org.apache.axis.handlers.JWSProcessor"/>
     <handler name="JWSHandler" class="org.apache.axis.handlers.JWSHandler"/>
     <handler name="LocalResponder" class="org.apache.axis.transport.local.LocalResponder"/>
  +  <handler name="URLMapper" class="org.apache.axis.handlers.http.URLMapper"/>
   
     <chain name="global.request" flow="JWSHandler,debug"/>
    </handlers>