You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/10/17 11:35:24 UTC

svn commit: r464875 - /webservices/axis2/branches/java/1_1/xdocs/1_1/app_server.html

Author: dims
Date: Tue Oct 17 02:35:23 2006
New Revision: 464875

URL: http://svn.apache.org/viewvc?view=rev&rev=464875
Log:
additional info on how to get things to work in app servers which don't explode the directories by default

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/app_server.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/app_server.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/app_server.html?view=diff&rev=464875&r1=464874&r2=464875
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/app_server.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/app_server.html Tue Oct 17 02:35:23 2006
@@ -21,7 +21,17 @@
 
 <p>We recommend using the exploded configuration to deploy Axis2 WAR in
 WebLogic and WebSphere application servers to support the hotupdate/
-hotdeployment features in Axis2.</p>
+hotdeployment features in Axis2. However if you do want to deploy custom
+wars say in a clustering environment, You need to add two additional 
+files into the WEB-INF named "services.list" and "modules.list" under 
+modules and services directory respectively.
+</p>
+
+<ul>
+<li><b>WEB-INF/services/services.list</b> : should list all the services (aar files) that you want to expose.</li>
+<li><b>WEB-INF/modules/modules.list</b> : should list all the modules (mar files) that you want to use.</li>
+</ul>
+NOTE: In both cases, please list one entry per line
 
 <p>WebLogic ships with jars which conflict with jars present in Axis2. So,
 kindly use &lt;prefer-web-inf-classes&gt; to ensure that jars packaged in



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org