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 sa...@apache.org on 2005/03/16 11:04:20 UTC

cvs commit: ws-axis/c/build build.Linux.properties

sanjaya     2005/03/16 02:04:19

  Modified:    c/build  build.Linux.properties
  Log:
  changes to support the service deployment framework
  
  Revision  Changes    Path
  1.21      +16 -5     ws-axis/c/build/build.Linux.properties
  
  Index: build.Linux.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/build.Linux.properties,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.Linux.properties	6 Feb 2005 13:50:00 -0000	1.20
  +++ build.Linux.properties	16 Mar 2005 10:04:19 -0000	1.21
  @@ -1,4 +1,15 @@
  -#####################
  +##############################
  +# Server to deploy Services #
  +#############################
  +#Only one server can be used at a given time
  +#Also APACHE_HOME, APACHE2_HOME (simple axis server needs no environment settings) environment 
  +#variables should be set accordingly
  +
  +server.apache1=true
  +server.apache2=false
  +server.simpleaxisserver=false
  +
  +####################
   # Items to be built #
   #####################
   
  @@ -49,10 +60,10 @@
   ########################
   
   # Transports to be used
  -transport.axis2 = true
  -transport.axis2.ipv6 = true
  +transport.axis2 = false
  +transport.axis2.ipv6 = false
   transport.HTTP = true
  -transport.HTTP.ipv6 = true
  +transport.HTTP.ipv6 = false
   
   ## Values used for axis2
   axis2.transportLibraryName = axis2_transport
  @@ -85,7 +96,7 @@
   # Secure Channel Properties #
   #############################
   
  -HTTP.SSLChannel = true
  +HTTP.SSLChannel = false
   
   HTTP.SSLChannel.dir = ${env.OPENSSL_HOME}
   HTTP.SSLChannel.eay.dir = ${HTTP.SSLChannel.dir}/bin