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 th...@apache.org on 2006/10/29 14:12:06 UTC

svn commit: r468897 - /webservices/axis2/branches/java/1_1/modules/samples/mtomsample/README.txt

Author: thilina
Date: Sun Oct 29 05:12:05 2006
New Revision: 468897

URL: http://svn.apache.org/viewvc?view=rev&rev=468897
Log:
Updated the readme to reflect the recent changes

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/mtomsample/README.txt

Modified: webservices/axis2/branches/java/1_1/modules/samples/mtomsample/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/mtomsample/README.txt?view=diff&rev=468897&r1=468896&r2=468897
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/mtomsample/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/mtomsample/README.txt Sun Oct 29 05:12:05 2006
@@ -14,21 +14,15 @@
 of data which could result in memory overflows. 
 
 
-Preconditions:
---------------
-1. Deploy Axis2 web app in a servlet container(Eg: Apache Tomcat).
-2. mtomSample.aar, which is the service required for this sample can be found
-from AXIS2_DIST/samples/mtom folder. Drop it down in the services directory of 
-the Axis2 server's repository.
-[Eg:{$tomcat_home}/web apps/axis2/WEB-INF/services]
-
 
 Running the Sample:
 -------------------
-1. Use <ant mtomSample> command to run the sample at the AXIS2_DIST/samples 
-folder. 
-2. Second way is the script file. Use run.sh or run.bat to run the sample
-pertaining to the operating system you are using.
+1. Use <ant service> command in the AXIS2_DIST/sample/mtomsample/ to build the service.
+2. Drop the mtomSample.aar service to the AXIS2_DIST/repository/services.
+3. run the AXIS2_DIST/bin/axis2server.{sh.bat} to start the standalone axis2 server. 
+(Alternatively you can drop the sample to the services directory of a Axis2 server
+running in a servlet container)
+4. Use <ant client> to build and run the client.
 
 
 UI Configuration:



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