Author: veithen
Date: Wed Dec 28 11:11:13 2011
New Revision: 1225161

URL: http://svn.apache.org/viewvc?rev=1225161&view=rev
Log:
Updated the instructions for deployment on WAS 7.0.

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

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/app_server.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/app_server.xml?rev=1225161&r1=1225160&r2=1225161&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/app_server.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/app_server.xml Wed Dec 28 
11:11:13 2011
@@ -109,6 +109,9 @@
                         Before deploying the Axis2 WAR, edit the 
<tt>axis2.xml</tt> file and set the
                         <tt>EnableChildFirstClassLoading</tt> parameter to 
<tt>true</tt>.
                         Please note that this parameter is only supported in 
Axis2 1.5.5 or higher.
+                        The parameter is already present in the default 
<tt>axis2.xml</tt> file included in the
+                        WAR distribution, but its value is set to 
<tt>false</tt>. Therefore it is enough to change
+                        the parameter value.
                     </li>
                     <li>
                         After deployment, modify the application configuration 
to enable parent last class loading
@@ -138,6 +141,15 @@
                     Axis2 to use a repository location outside of the 
<tt>installedApps</tt> directory.
                 </p>
             </subsection>
+            <subsection name="Deploying older Axis2 versions">
+                <p>
+                    The instructions given above apply to Axis2 1.5.5 or 
higher. Older versions don't support
+                    the <tt>EnableChildFirstClassLoading</tt> parameter, and 
we don't provide any support for
+                    deploying these versions on WAS 6.1 (with the Web Services 
feature pack installed) or 7.0.
+                    However, IBM has published a <a 
href="https://www-304.ibm.com/support/docview.wss?uid=swg21315686";>technote</a>
+                    with an alternative approach that may work for older Axis2 
versions.
+                </p>
+            </subsection>
             <subsection name="Known issues">
                 <p>
                     On some WAS versions the following error may occur, e.g. 
when accessing a WSDL exposed by Axis2:


Reply via email to