Changeset 11199

Show
Ignore:
Timestamp:
08/14/08 11:00:59 (5 months ago)
Author:
/C=ES/O=Warp Networks S.L./CN=ejhernandez@…
Message:

Added JobReceiver WS server and a WS dispatcher to run in mod_perl environment. SOAP conf not tested refs #1103

Location:
branches/remote-services/ebox
Files:
12 added
4 modified

Legend:

Unmodified
Added
Removed
  • branches/remote-services/ebox/configure.ac

    r10813 r11199  
    9494stubs/apache.mas 
    9595stubs/Makefile 
     96stubs/remote-services/Makefile 
    9697tools/Makefile 
    9798tools/sqllog/Makefile 
     
    145146src/EBox/Model/ProviderBase/Makefile 
    146147src/EBox/RemoteServices/Makefile 
     148src/EBox/RemoteServices/t/Makefile 
    147149src/EBox/RemoteServices/Model/Makefile 
     150src/EBox/RemoteServices/Server/Makefile 
     151src/EBox/RemoteServices/Server/t/Makefile 
    148152src/EBox/Types/Makefile 
    149153src/EBox/Types/File/Makefile 
  • branches/remote-services/ebox/src/EBox/RemoteServices/Makefile.am

    r11073 r11199  
    1212EXTRA_DIST = $(mods) 
    1313 
    14 SUBDIRS = Model 
     14SUBDIRS = Model Server t 
    1515 
    1616MAINTAINERCLEANFILES = Makefile.in 
  • branches/remote-services/ebox/stubs/Makefile.am

    r5238 r11199  
    44EXTRA_DIST = $(Stub_DATA) 
    55 
     6SUBDIRS = remote-services 
     7 
    68DISTCLEANFILES = apache.mas  
    79 
  • branches/remote-services/ebox/stubs/apache.mas.in

    r10813 r11199  
    99   user  - String the user that the apache-perl process must be  
    1010   serverroot - String the path to the Apache server root 
     11   tmpdir - String the path to the Apache temporary directory 
    1112   debug - String to enable Apache::Reload or not *(Optional)* 
    1213           Default value: 'no'