[workspace-commit] CVS update: MODIFIED: source ...

Tim Freeman commit at globus.org
Fri Nov 10 14:52:02 CST 2006


  User: tfreeman
  Date: 06/11/10 14:52:01

  Modified:    vm/service/service/java/source deploy-jndi-config.xml
  Log:
  small, mostly cosmetic
  
  Revision  Changes    Path
  1.12      +41 -0     workspace/vm/service/service/java/source/deploy-jndi-config.xml
  
  http://viewcvs.globus.org/viewcvs.cgi/workspace/vm/service/service/java/source/deploy-jndi-config.xml.diff?r1=1.11&r2=1.12
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: deploy-jndi-config.xml
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/workspace/vm/service/service/java/source/deploy-jndi-config.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- deploy-jndi-config.xml	26 Oct 2006 08:24:55 -0000	1.11
  +++ deploy-jndi-config.xml	10 Nov 2006 20:52:00 -0000	1.12
  @@ -378,6 +378,47 @@
           -->
   
           <!--
  +             The SRM_StagingAdapter currently spawns a blocking thread to
  +             an srmcp commandline client. It uses the configured directory
  +             to write the delegated proxy file needed by the srmcp program
  +             to contact the SRM server (adjust directory permissions
  +             accordingly).
  +
  +             If the 'srmcp' or 'secureTmpDir' configuration is a relative
  +             path, it is taken in relation to $GLOBUS_LOCATION
  +        -->
  +
  +        <!--
  +
  +        <resource name="SRM_StagingAdapter"
  +                  type="org.globus.workspace.staging.srm.SRMAdapter">
  +            <resourceParams>
  +                <parameter>
  +                    <name>factory</name>
  +                    <value>org.globus.wsrf.jndi.BeanFactory</value>
  +                </parameter>
  +                <parameter>
  +                    <name>authoritativeScheme</name>
  +                    <value>srm</value>
  +                </parameter>
  +                <parameter>
  +                    <name>srmcp</name>
  +                    <value>bin/srmcp-wrap.sh</value>
  +                </parameter>
  +                <parameter>
  +                    <name>secureTmpDir</name>
  +                    <value>var/workspace_service_srm_sec_tmp</value>
  +                </parameter>
  +                <parameter>
  +                    <name>options</name>
  +                    <value>-debug=true</value>
  +                </parameter>
  +            </resourceParams>
  +        </resource>
  +        -->
  +
  +
  +        <!--
                ===== Authorization Plugin =====
   
                One of these can be optionally loaded if you have installed the
  
  
  




More information about the workspace-commit mailing list