You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by cd...@apache.org on 2005/06/07 13:30:01 UTC

cvs commit: ws-axis/c/docs antserverframework.txt

cdinapala    2005/06/07 04:30:01

  Modified:    c/docs   antserverframework.txt
  Log:
  Add how to build single service.
  
  Revision  Changes    Path
  1.4       +4 -1      ws-axis/c/docs/antserverframework.txt
  
  Index: antserverframework.txt
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/antserverframework.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- antserverframework.txt	17 Mar 2005 06:54:51 -0000	1.3
  +++ antserverframework.txt	7 Jun 2005 11:30:01 -0000	1.4
  @@ -23,9 +23,12 @@
   xml files for the services AxisBench and Calculator have been committed.
   
   - now you can run ant in the following fashion from /c ... 
  -ant -f services.xml -Ddir.release="D:\san\works\checkouts\obj\package\axis-c-1.5.0-Win32-bin"
  +ant -f services.xml 
   (please change the dir.release property according to your system)
   
  +or for build single service - 
  + - ant -f services.xml -Dservice.name=<server name> 
  +
   - the services will be built and deployed in the selected server and the server started. (on windows it is not possible to "stop" apache2 and simpleaxisserver once they are started from ant. so if you want to redeploy the services you will 
   need to stop these servers manually before you re-run the serverside framework)