You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2011/09/07 10:10:07 UTC

svn commit: r1166040 - /axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml

Author: sagara
Date: Wed Sep  7 08:10:06 2011
New Revision: 1166040

URL: http://svn.apache.org/viewvc?rev=1166040&view=rev
Log:
Fixed AXIS2-5069. 

Modified:
    axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml?rev=1166040&r1=1166039&r2=1166040&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml Wed Sep  7 08:10:06 2011
@@ -52,9 +52,10 @@ configuration). This document explains t
 
 <p>All the configurations that require starting Axis2 are obtained from
 axis2.xml. The way to specify them is extremely simple and easy. The document
-is all about the proper way of specifying the configurations in axis2.xml.
-There are six top level elements that can be seen in the configuration file
-and can be listed as follows:</p>
+is all about the proper way of specifying the configurations in axis2.xml, which
+is located at AXIS2_HOME/conf. There are six top level elements that
+can be seen in the configuration file inside the root element, 
+&lt;axisconfig name="AxisJava2.0"&gt; and can be listed as follows:</p>
 <ul>
   <li><a href="#Parameter">Parameter</a></li>
   <li><a href="#Receiver">Transport Receiver</a></li>
@@ -298,7 +299,9 @@ AxisObserver interface, and the class ha
 <p><font>The description of services are specified using services.xml. Each
 service archive file needs to have a services.xml in order to be a valid
 service and it should be available in the META-INF directory of the archive
-file. A very simple services.xml is shown below:</font></p>
+file(aar) which should be located in AXIS2_HOME/repository/services in 
+standalone use. In war distribution this will be axis2/WEB-INF/services 
+inside the servlet container. A very simple services.xml is shown below:</font></p>
 <pre>&lt;service name="name of the service" scope="name of the scope" class="full qualifide name the service lifecycle class"   targetNamespace="target namespase for the service"&gt;
     &lt;Description&gt; The description of the service  &lt;/Description&gt;  
 
@@ -383,7 +386,9 @@ default message receiver will perform th
 
 <p>The description of the module is specified using the module.xml. Each
 module archive file needs to have a module.xml in order to be a valid module,
-and it should be available in the META-INF directory of the archive file. <br/>
+and it should be available in the META-INF directory of the archive file(mar) 
+which should be located in AXIS2_HOME/repository/modules in standalone use.
+In war distribution this will be axis2/WEB-INF/modules inside the servlet container.<br/>
 </p>
 
 <p>A very simple module.xml is shown below:</p>