stevel      2003/01/31 12:20:46

  Modified:    java/docs reference.html
  Log:
  some more details
  
  Revision  Changes    Path
  1.20      +25 -2     xml-axis/java/docs/reference.html
  
  Index: reference.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/reference.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- reference.html    9 Jan 2003 07:25:24 -0000       1.19
  +++ reference.html    31 Jan 2003 20:20:45 -0000      1.20
  @@ -584,6 +584,18 @@
   </td>
   </tr>
   
  +<tr><td><b>axis.Compiler</b></td>
  +<td>Compiler adapter classname for JWS compilation. Default is
  +<tt>org.apache.axis.components.compiler.Javac</tt>; change this to
  +<tt>org.apache.axis.components.compiler.Jikes</tt> to invoke jikes instead.
  +</td>
  +</tr>
  +
  +<tr><td><b>axis.jws.servletClassDir</b></td>
  +<td>Path to where compiled JWS pages are placed.
  +</td>
  +</tr>
  +
   <tr><td><b>attachments.Directory</b></td>
   <td>The directory where attachments end up. This should be in the syntax
   appropriate for the target platform. 
  @@ -606,6 +618,14 @@
   </td>
   </tr>
   
  +
  +<tr><td><b>use-servlet-security</b></td>
  +<td>flag to hand authentication off to the servlet container
  +</td>
  +</tr>
  +
  +
  +
   <tr><td><b>attachments.implementation</b></td>
   <td>
   
  @@ -615,7 +635,9 @@
   </td>
   </tr>
   <tr><td><b>axis.enableListQuery</b></td>
  -<td>Flag to enable the "list services" feature. Set to true by default
  +<td>Flag to enable the "list the WSDD" feature. Set to false by default,
  +because listing the current system config can expose information (such as the
  +adminservice password) that one does not want widely avaialable. 
   </td>
   </tr>
   
  @@ -757,7 +779,8 @@
     <dt><b>URLMapper</b> 
     <dd>The URLMapper, an HTTP-specific handler, usually goes on HTTP transport 
       chains (it is deployed by default). It serves to do service dispatch based 
  -    on URL - for instance, this is the Handler which allows URLs like 
http://localhost:8080/axis/services/MyService?wsdl 
  +    on URL - for instance, this is the Handler which allows URLs
  +    like http://localhost:8080/axis/services/MyService?wsdl 
       to work.
     <dt>&nbsp;
     <dt> 
  
  
  


Reply via email to