########################################################################## CHAPTER 17 ########################################################################## ./globus-build-service.sh sec_first globus-deploy-gar $EXAMPLES_DIR/org_globus_examples_services_security_first.gar javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_4op/Client_GSISecConv_Encrypt.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_GSISecConv_Encrypt \ http://127.0.0.1:8080/wsrf/services/examples/security/first/MathService java org.apache.axis.utils.tcpmon 8081 localhost 8080 java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_GSISecConv_Encrypt \ http://127.0.0.1:8081/wsrf/services/examples/security/first/MathService ########################################################################## CHAPTER 19 ########################################################################## javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_4op/Client_GSISecConv_Encrypt.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_GSISecConv_Encrypt \ http://127.0.0.1:8080/wsrf/services/examples/security/first/MathAuthService java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_SecDesc \ http://127.0.0.1:8080/wsrf/services/examples/security/first/MathAuthService \ org/globus/examples/clients/MathService_instance_4op/GSISecConv_Encrypt.xml javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_4op/Client_GSITransport.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_GSITransport \ http://127.0.0.1:8080/wsrf/services/examples/security/first/MathAuthService java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_GSITransport \ https://127.0.0.1:8443/wsrf/services/examples/security/first/MathAuthService java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_GSISecConv_Encrypt \ http://127.0.0.1:8080/wsrf/services/examples/security/first/MathAuthGSIService ########################################################################## CHAPTER 20 ########################################################################## ./globus-build-service.sh sec_gridmap globus-deploy-gar $EXAMPLES_DIR/org_globus_examples_services_security_gridmap.gar javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_4op/Client_GSISecConv_Encrypt.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_GSISecConv_Encrypt \ http://127.0.0.1:8080/wsrf/services/examples/security/gridmap/MathService ########################################################################## CHAPTER 21 ########################################################################## ./globus-build-service.sh sec_resource globus-deploy-gar $EXAMPLES_DIR/org_globus_examples_services_wsrf_security_resource_self.gar javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/FactoryService_Math_helloworld/ClientCreate.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.FactoryService_Math_helloworld.ClientCreate \ http://127.0.0.1:8080/wsrf/services/examples/security/resource/MathFactoryService javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_helloworld/ClientAdd_NoSec.java javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_helloworld/ClientAdd_Secure.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_helloworld.ClientAdd_Secure \ epr.txt \ 10 java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_helloworld.ClientAdd_NoSec \ epr.txt \ 10 javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_helloworld/ClientHelloWorld_NoSec.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_helloworld.ClientHelloWorld_NoSec \ http://127.0.0.1:8080/wsrf/services/examples/security/resource/MathService java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_helloworld.ClientHelloWorld_NoSec \ epr.txt ########################################################################## CHAPTER 22 ########################################################################## javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_4op/Client_GSISecConv_Encrypt.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_GSISecConv_Encrypt \ http://127.0.0.1:8080/wsrf/services/examples/security/first/MathRunAsService ./globus-build-service.sh sec_delegation_first globus-deploy-gar $EXAMPLES_DIR/org_globus_examples_services_security_delegation_first.gar javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_4op/Client_DelegationFull.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_4op.Client_DelegationFull \ http://127.0.0.1:8080/wsrf/services/examples/security/delegation_first/MathService ./globus-build-service.sh sec_delegation globus-deploy-gar $EXAMPLES_DIR/org_globus_examples_services_security_delegation.gar javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/PhysicsService/ClientNoDelegation.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/PhysicsService/ClientNoDelegation \ http://127.0.0.1:8080/wsrf/services/examples/security/delegation/PhysicsNoDelegService javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/PhysicsService/Client.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/PhysicsService/Client \ http://127.0.0.1:8080/wsrf/services/examples/security/delegation/PhysicsService ./globus-build-service.sh sec_resource_self globus-deploy-gar $EXAMPLES_DIR/org_globus_examples_services_wsrf_security_sec_resource_self.gar javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/FactoryService_Math_helloworld/ClientCreate_Deleg.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.FactoryService_Math_helloworld.ClientCreate_Deleg \ http://127.0.0.1:8080/wsrf/services/examples/security/resource_self/MathFactoryService javac \ -classpath ./build/stubs/classes/:$CLASSPATH \ org/globus/examples/clients/MathService_instance_helloworld/ClientAdd_Secure.java java \ -classpath ./build/stubs/classes/:$CLASSPATH \ org.globus.examples.clients.MathService_instance_helloworld.ClientAdd_Secure \ epr.txt \ 10