Attachment 'service.xml'

Download

   1 <?xml version="1.0"?>
   2 <ArcConfig 
   3   xmlns="http://www.nordugrid.org/schemas/ArcConfig/2007"
   4   xmlns:tcp="http://www.nordugrid.org/schemas/ArcMCCTCP/2007"
   5   xmlns:pdp="http://www.nordugrid.org/schemas/pdp/Config"
   6   xmlns:echo="urn:echo_config"
   7 >
   8 
   9     <ModuleManager>
  10         <Path>.libs/</Path>
  11         <Path>../../hed/mcc/http/.libs/</Path>
  12         <Path>../../hed/mcc/tls/.libs/</Path>
  13         <Path>../../hed/mcc/soap/.libs/</Path>
  14         <Path>../../hed/mcc/tcp/.libs/</Path>
  15 	<Path>../../hed/pdc/.libs/</Path>
  16     </ModuleManager>
  17     <Plugins><Name>mcctcp</Name></Plugins>
  18     <Plugins><Name>mcctls</Name></Plugins>
  19     <Plugins><Name>mcchttp</Name></Plugins>
  20     <Plugins><Name>mccsoap</Name></Plugins>
  21 
  22     <Chain>
  23         <Component name="tcp.service" id="tcp">
  24             <next id="http"/>
  25             <tcp:Listen><tcp:Port>60000</tcp:Port></tcp:Listen>
  26             <tcp:Listen><tcp:Port6>60000</tcp:Port6></tcp:Listen>
  27         </Component>
  28         <Component name="http.service" id="http">
  29             <next id="soap">POST</next>
  30         </Component>
  31         <Component name="soap.service" id="soap">
  32 	    <next id="echo"/>
  33         </Component>
  34 	
  35         <Plexer name="plexer.service" id="plexer">
  36             <next id="echo">/Echo</next>
  37         </Plexer>						
  38 	
  39         <Service name="echo" id="echo">
  40             <next id="echo"/>
  41             <echo:prefix>[ </echo:prefix>
  42 	    <echo:suffix> ]</echo:suffix>
  43         </Service>
  44     </Chain>
  45 </ArcConfig>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2008-02-13 18:46:41, 3.2 KB) [[attachment:patch-MCCTCP.cpp.diff]]
  • [get | view] (2008-02-13 18:47:03, 3.0 KB) [[attachment:patch-PayloadTCPSocket.cpp.diff]]
  • [get | view] (2008-02-13 18:47:38, 1.4 KB) [[attachment:service.xml]]
  • [get | view] (2008-02-13 18:59:44, 9.1 KB) [[attachment:service_script.txt]]
  • [get | view] (2008-02-13 19:08:19, 3.3 KB) [[attachment:test_client_ipv4.cpp]]
  • [get | view] (2008-02-13 18:54:28, 3.3 KB) [[attachment:test_client_ipv6.cpp]]
  • [get | view] (2008-02-13 18:53:03, 25.6 KB) [[attachment:test_service_netstat.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.